Skip to content

Commit 33bcccb

Browse files
committed
Add favicon to header
1 parent 7597822 commit 33bcccb

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

src/pages/_document.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ class CustomDocument extends Document {
1111
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Roboto+Mono&display=swap"
1212
rel="stylesheet"
1313
/>
14+
<link href="favicon.ico" rel="shortcut icon" />
1415
</Head>
1516
<body>
1617
<InitializeColorMode />

src/sections/cfp.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ export const CFP = () => (
66
<Container id="cfp" variant="smallContainer">
77
<Heading>Call For Proposals until 20th December</Heading>
88
<Paragraph>
9-
<a href="https://forms.gle/psoeEw5phXPGZBdVA" target="_blank" rel="noopener noreferrer">
9+
<a
10+
href="https://forms.gle/psoeEw5phXPGZBdVA"
11+
target="_blank"
12+
rel="noopener noreferrer"
13+
>
1014
Share
1115
</a>{" "}
1216
with us your ideas! Each talk will be 10-minutes long. They can be given

0 commit comments

Comments
 (0)