Skip to content

Commit db7a279

Browse files
committed
Maintenance - remove unwanted prefix on commit logo
1 parent 9c9efa6 commit db7a279

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pages/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@ import { Button, Input, Header, Paragraph, Section, TextArea } from 'components'
22
import styles from 'styles/Home.module.css'
33

44
export default function Home() {
5-
const prefix = process.env.NODE_ENV === 'production' ? '/commit.dev-proto' : ''
65
return (
76
<>
87
<div className={styles.container}>
98
<div className={styles.imgContainer}>
109
<img
1110
className={styles.logo}
12-
src={`${prefix}/commit-logo-white.svg`}
11+
src="/commit-logo-white.svg"
1312
alt="Commit Logo"
1413
/>
1514
</div>

0 commit comments

Comments
 (0)