Skip to content

Commit

Permalink
fix: the image names in many components were wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanHjelsethStorstad committed Nov 8, 2023
1 parent 5746b54 commit e8a409a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/app/(home)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function Home() {
<div className={`${styles.part} ${styles.frontImg}`}>
<div className={styles.frontInfo}>
<div>
<Image name="omega_logo" priority={true} width={300}/>
<Image name="logo_white" priority={true} width={300}/>
<Link href="login">Logg inn</Link>
<Link href="infopages/nystudent">Ny student</Link>
<div className={styles.socials}>
Expand Down Expand Up @@ -48,7 +48,7 @@ export default function Home() {
<div className={`${styles.part} ${styles.omegamai}`}>
<div className={styles.emptyPart} />
<YouTube src="https://www.youtube.com/watch?v=I-zNLW4ILu4" />
<Section imagename="bedrifter" name="For bedrifter" lesMer="infopages/contactor" imgWidth={550}>
<Section imagename="ov" name="For bedrifter" lesMer="infopages/contactor" imgWidth={550}>
Altså omega er helt fantastisk for bedrifter.... tro meg 100%. Bare å ta kontakt
med contactor ellerno... Lorem ipsium bla lofrgin fofkewivj irjvioer
firegjoireg g jfirejgergo rjgijgoieg jgirejgioe geroigjkoiegoekg kogkpeogkg
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function Footer() {
return (
<footer className={styles.Footer}>
<div>
<Image name="logo" width={350} />
<Image name="omega_logo_white" width={350} />
<p>
Linjeforeningen for Elektronisk Systemdesign
og Innovasjon (MTELSYS) og Kybernetikk og
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/NavBar/MobileNavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function MobileNavBar({ session } : PropTypes) {
</div>
<div>
<Link href="/">
<Image name="simple_logo" width={30}/>
<Image name="logo_simple" width={30}/>
</Link>
</div>
<div>
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/NavBar/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async function NavBar({ session }: PropTypes) {
<li className={styles.logo}>
<Link href="/">
<Image
name="simple_logo"
name="logo_simple"
width={30}
alt="omega logo"
/>
Expand Down
File renamed without changes

0 comments on commit e8a409a

Please sign in to comment.