diff --git a/components/Icons/Calendar.tsx b/components/Icons/Calendar.tsx index f7a086a62..beac0fcea 100644 --- a/components/Icons/Calendar.tsx +++ b/components/Icons/Calendar.tsx @@ -7,7 +7,7 @@ export default function CalendarIcon({ height = 20, width = 20 }: IconProps) { Calendar Icon ) diff --git a/components/Icons/ChevronDown.tsx b/components/Icons/ChevronDown.tsx index c38e3ccf9..525017099 100644 --- a/components/Icons/ChevronDown.tsx +++ b/components/Icons/ChevronDown.tsx @@ -10,7 +10,7 @@ export default function ChevronDownIcon({ Chevron Down Icon ) diff --git a/components/Icons/Email.tsx b/components/Icons/Email.tsx index 0f6e265da..abaaa400a 100644 --- a/components/Icons/Email.tsx +++ b/components/Icons/Email.tsx @@ -7,7 +7,7 @@ export default function EmailIcon({ height = 20, width = 20 }: IconProps) { Email Icon ) diff --git a/components/Icons/House.tsx b/components/Icons/House.tsx index 19f889c19..e71aa2958 100644 --- a/components/Icons/House.tsx +++ b/components/Icons/House.tsx @@ -4,6 +4,11 @@ import type { IconProps } from "@/types/components/icon" export default function HouseIcon({ height = 20, width = 20 }: IconProps) { return ( - House Icon + House Icon ) } diff --git a/components/Icons/Phone.tsx b/components/Icons/Phone.tsx index a87bb3575..7f1b6fa30 100644 --- a/components/Icons/Phone.tsx +++ b/components/Icons/Phone.tsx @@ -4,6 +4,11 @@ import type { IconProps } from "@/types/components/icon" export default function PhoneIcon({ height = 20, width = 20 }: IconProps) { return ( - Phone Icon + Phone Icon ) } diff --git a/components/MyPages/Blocks/Challenges/index.tsx b/components/MyPages/Blocks/Challenges/index.tsx index a3a265e7f..faa96b342 100644 --- a/components/MyPages/Blocks/Challenges/index.tsx +++ b/components/MyPages/Blocks/Challenges/index.tsx @@ -37,7 +37,7 @@ export default function Challenges({ journeys, victories }: ChallengesProps) { Checkmark Icon diff --git a/components/MyPages/Blocks/Overview/Buttons/CopyButton.tsx b/components/MyPages/Blocks/Overview/Buttons/CopyButton.tsx index 600de7825..8af32c8e5 100644 --- a/components/MyPages/Blocks/Overview/Buttons/CopyButton.tsx +++ b/components/MyPages/Blocks/Overview/Buttons/CopyButton.tsx @@ -14,7 +14,12 @@ export default function CopyButton({ return ( ) } diff --git a/components/MyPages/Blocks/Overview/Buttons/MembershipCardButton.tsx b/components/MyPages/Blocks/Overview/Buttons/MembershipCardButton.tsx index e32707946..a805ba2e8 100644 --- a/components/MyPages/Blocks/Overview/Buttons/MembershipCardButton.tsx +++ b/components/MyPages/Blocks/Overview/Buttons/MembershipCardButton.tsx @@ -16,7 +16,7 @@ export default function MembershipCardButton() { type="button" > Membership Card - QR icon + QR icon ) } diff --git a/components/MyPages/Blocks/Overview/Friend/index.tsx b/components/MyPages/Blocks/Overview/Friend/index.tsx index 6e08f8f45..6ce53a568 100644 --- a/components/MyPages/Blocks/Overview/Friend/index.tsx +++ b/components/MyPages/Blocks/Overview/Friend/index.tsx @@ -12,7 +12,7 @@ export default function Friend({ user }: FriendProps) { alt="Good Friend" className={styles.image} height={70} - src="/good-friend.svg" + src="/_static/icons/good-friend.svg" width={228} />

{user.name}

diff --git a/components/MyPages/Blocks/Overview/Stats/QualifyingPoints/index.tsx b/components/MyPages/Blocks/Overview/Stats/QualifyingPoints/index.tsx index ce3a29ace..00e00eac6 100644 --- a/components/MyPages/Blocks/Overview/Stats/QualifyingPoints/index.tsx +++ b/components/MyPages/Blocks/Overview/Stats/QualifyingPoints/index.tsx @@ -15,7 +15,7 @@ export default function QualifyingPoints({ user }: QualifyingPointsProps) { Arrow Up Icon

{user.qualifyingPoints}

@@ -25,7 +25,7 @@ export default function QualifyingPoints({ user }: QualifyingPointsProps) { Arrow Up Icon

{user.nights}

diff --git a/components/MyPages/Blocks/Shortcuts/index.tsx b/components/MyPages/Blocks/Shortcuts/index.tsx index 615d1223b..f71de4927 100644 --- a/components/MyPages/Blocks/Shortcuts/index.tsx +++ b/components/MyPages/Blocks/Shortcuts/index.tsx @@ -30,7 +30,7 @@ export default function Shortcuts({ Chevron Icon diff --git a/components/MyPages/Blocks/UpcomingStays/Stay/index.tsx b/components/MyPages/Blocks/UpcomingStays/Stay/index.tsx index dbe53d3bf..a89a20160 100644 --- a/components/MyPages/Blocks/UpcomingStays/Stay/index.tsx +++ b/components/MyPages/Blocks/UpcomingStays/Stay/index.tsx @@ -31,7 +31,7 @@ export default function Stay({ Placeholder image flower @@ -44,7 +44,7 @@ export default function Stay({ Calendar Icon

@@ -54,7 +54,12 @@ export default function Stay({

- Guests Icon + Guests Icon {guests} guest{guests > 1 ? "s" : ""} diff --git a/components/MyPages/Header/LanguageSwitcher/index.tsx b/components/MyPages/Header/LanguageSwitcher/index.tsx index 96b05428e..c36af5019 100644 --- a/components/MyPages/Header/LanguageSwitcher/index.tsx +++ b/components/MyPages/Header/LanguageSwitcher/index.tsx @@ -4,7 +4,12 @@ import styles from "./language.module.css" export default function LanguageSwitcher() { return (
- Swedish flag + Swedish flag SV / SEK
) diff --git a/components/MyProfile/Profile/Container.tsx b/components/MyProfile/Profile/Container.tsx index bbcda2539..a11a2dbb3 100644 --- a/components/MyProfile/Profile/Container.tsx +++ b/components/MyProfile/Profile/Container.tsx @@ -21,7 +21,7 @@ export default function Container({ Account Icon {user.name} diff --git a/public/account_circle.svg b/public/_static/icons/account_circle.svg similarity index 100% rename from public/account_circle.svg rename to public/_static/icons/account_circle.svg diff --git a/public/alternate_email.svg b/public/_static/icons/alternate_email.svg similarity index 100% rename from public/alternate_email.svg rename to public/_static/icons/alternate_email.svg diff --git a/public/arrow_upward.svg b/public/_static/icons/arrow_upward.svg similarity index 100% rename from public/arrow_upward.svg rename to public/_static/icons/arrow_upward.svg diff --git a/public/calendar_month.svg b/public/_static/icons/calendar_month.svg similarity index 100% rename from public/calendar_month.svg rename to public/_static/icons/calendar_month.svg diff --git a/public/check.svg b/public/_static/icons/check.svg similarity index 100% rename from public/check.svg rename to public/_static/icons/check.svg diff --git a/public/chevron-down.svg b/public/_static/icons/chevron-down.svg similarity index 100% rename from public/chevron-down.svg rename to public/_static/icons/chevron-down.svg diff --git a/public/chevron.svg b/public/_static/icons/chevron.svg similarity index 100% rename from public/chevron.svg rename to public/_static/icons/chevron.svg diff --git a/public/copy.svg b/public/_static/icons/copy.svg similarity index 100% rename from public/copy.svg rename to public/_static/icons/copy.svg diff --git a/public/flower-image.svg b/public/_static/icons/flower-image.svg similarity index 100% rename from public/flower-image.svg rename to public/_static/icons/flower-image.svg diff --git a/public/good-friend.svg b/public/_static/icons/good-friend.svg similarity index 100% rename from public/good-friend.svg rename to public/_static/icons/good-friend.svg diff --git a/public/home.svg b/public/_static/icons/home.svg similarity index 100% rename from public/home.svg rename to public/_static/icons/home.svg diff --git a/public/person.svg b/public/_static/icons/person.svg similarity index 100% rename from public/person.svg rename to public/_static/icons/person.svg diff --git a/public/phone.svg b/public/_static/icons/phone.svg similarity index 100% rename from public/phone.svg rename to public/_static/icons/phone.svg diff --git a/public/qr.svg b/public/_static/icons/qr.svg similarity index 100% rename from public/qr.svg rename to public/_static/icons/qr.svg diff --git a/public/sweden.svg b/public/_static/icons/sweden.svg similarity index 100% rename from public/sweden.svg rename to public/_static/icons/sweden.svg diff --git a/public/arrow_biro.svg b/public/arrow_biro.svg deleted file mode 100644 index f83f9fa55..000000000 --- a/public/arrow_biro.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - -