Skip to content

Commit

Permalink
remove darkroom link
Browse files Browse the repository at this point in the history
  • Loading branch information
nicwands committed Aug 30, 2024
1 parent 7fe538c commit 54c62e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions components/header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const SFLogo = dynamic(() => import('icons/sf-logo.svg'), { ssr: false })
const SFLogoMobile = dynamic(() => import('icons/sf-logo-mobile.svg'), {
ssr: false,
})
const SFDR = dynamic(() => import('icons/sfdr.svg'), { ssr: false })
const Stard = dynamic(() => import('icons/stard.svg'), { ssr: false })
const Monogram = dynamic(() => import('icons/sf-monogram.svg'), { ssr: false })
const StarDuotone = dynamic(() => import('icons/star-duotone.svg'), {
Expand Down Expand Up @@ -47,13 +46,6 @@ export const Header = ({ principles = [], contact }) => {
>
<Monogram />
</Link>
<Link
name="darkroom website"
className={s.egg}
href="https://darkroom.studiofreight.com"
>
<SFDR />
</Link>
<Link
name="easter egg - pale blue dot"
className={s.egg}
Expand Down
2 changes: 1 addition & 1 deletion public/sw.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 54c62e6

Please sign in to comment.