Skip to content

Commit ddc8e53

Browse files
authored
Merge pull request #29 from Nebucatnetzer/adjust-hotels-page
Small adjustments to the hotel page
2 parents 7609ea4 + 8679043 commit ddc8e53

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/components/MobileMenu.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,19 +73,19 @@ export default function MobileMenu() {
7373
Sponsorship
7474
</A>
7575

76-
{/* Hotels */}
76+
{/* Accommodation */}
7777
<A
7878
href="/hotels"
7979
class={`text-white hover:text-white/80 transition-all duration-75 font-bold text-lg flex items-center justify-end gap-2 ${
8080
isActive("/hotels") ? "underline" : ""
8181
}`}
82-
aria-label="Hotels"
82+
aria-label="Accommodation"
8383
onClick={() => {
8484
document.getElementById("mobile-menu-toggle").checked = false;
8585
}}
8686
>
8787
<FaSolidHotel />
88-
Hotels
88+
Accommodation
8989
</A>
9090

9191
{/* Organizers */}

src/components/TopMenu.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ export default function TopMenu() {
6868
Sponsorship
6969
</A>
7070

71-
{/* Hotels */}
71+
{/* Accommodation */}
7272
<A
7373
href="/hotels"
7474
class={`text-white hover:text-white/80 transition-all duration-75 font-bold text-lg ${
7575
isActive("/hotels") ? "underline" : ""
7676
}`}
77-
aria-label="Hotels"
77+
aria-label="Accommodation"
7878
>
79-
Hotels
79+
Accommodation
8080
</A>
8181

8282
{/* Organizers */}

src/routes/hotels.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default function Hotels() {
5050
<div class="flex flex-col items-center gap-5">
5151
<h1 class="text-2xl md:text-4xl font-bold flex items-center gap-3">
5252
<FaSolidHotel class="text-xl md:text-3xl" />
53-
Hotel Recommendations
53+
Regional hotels offering a discount
5454
</h1>
5555

5656
{/* Hotel Listings */}

0 commit comments

Comments
 (0)