Skip to content

Commit

Permalink
Merge pull request #123 from FleetAdmiralJakob/contributors-page
Browse files Browse the repository at this point in the history
Changed Icons
  • Loading branch information
Gamius00 authored May 14, 2024
2 parents 6bf2caf + 78ff59d commit 5420ae5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file modified src/assets/germany.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/united-kingdom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/united-states.png
Binary file not shown.
8 changes: 4 additions & 4 deletions src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
SelectValue,
} from "./ui/select";
import Image from "next/image";
import america from "src/assets/united-states.png";
import england from "src/assets/united-kingdom.png";
import germany from "src/assets/germany.png";

const Footer = () => {
Expand Down Expand Up @@ -55,8 +55,8 @@ const Footer = () => {
<div className={"flex"}>
<p>English</p>
<Image
src={america}
alt={"Test"}
src={england}
alt={"English"}
width={20}
height={20}
className={"ml-2.5"}
Expand All @@ -68,7 +68,7 @@ const Footer = () => {
<p>German</p>
<Image
src={germany}
alt={"Test"}
alt={"German"}
width={20}
height={20}
className={"ml-2.5"}
Expand Down

0 comments on commit 5420ae5

Please sign in to comment.