Skip to content

Commit b20e9bb

Browse files
committed
Remove holiday theme. Back to work
1 parent 4fa66d0 commit b20e9bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ function HeroBanner() {
2424
<div className={styles.heroInner}>
2525
{/* <CodeContainer className={styles.heroLogo} /> */}
2626
<Heading as="h1" className={styles.heroProjectTagline}>
27-
{/* <Logo className={styles.heroLogo} height="350px" width="350px" role="img" /> */}
28-
<img src="/img/XmasLF.png" className={styles.heroLogo} width="600px" alt="Lingua Franca logo" />
27+
<Logo className={styles.heroLogo} height="350px" width="350px" role="img" />
28+
{/*<img src="/img/XmasLF.png" className={styles.heroLogo} width="600px" alt="Lingua Franca logo" /> */}
2929
<span
3030
className={styles.heroTitleTextHtml}
3131
// eslint-disable-next-line react/no-danger

0 commit comments

Comments
 (0)