Skip to content

Commit 54c62e6

Browse files
committed
remove darkroom link
1 parent 7fe538c commit 54c62e6

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

components/header/index.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const SFLogo = dynamic(() => import('icons/sf-logo.svg'), { ssr: false })
1313
const SFLogoMobile = dynamic(() => import('icons/sf-logo-mobile.svg'), {
1414
ssr: false,
1515
})
16-
const SFDR = dynamic(() => import('icons/sfdr.svg'), { ssr: false })
1716
const Stard = dynamic(() => import('icons/stard.svg'), { ssr: false })
1817
const Monogram = dynamic(() => import('icons/sf-monogram.svg'), { ssr: false })
1918
const StarDuotone = dynamic(() => import('icons/star-duotone.svg'), {
@@ -47,13 +46,6 @@ export const Header = ({ principles = [], contact }) => {
4746
>
4847
<Monogram />
4948
</Link>
50-
<Link
51-
name="darkroom website"
52-
className={s.egg}
53-
href="https://darkroom.studiofreight.com"
54-
>
55-
<SFDR />
56-
</Link>
5749
<Link
5850
name="easter egg - pale blue dot"
5951
className={s.egg}

public/sw.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)