File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -73,19 +73,19 @@ export default function MobileMenu() {
73
73
Sponsorship
74
74
</ A >
75
75
76
- { /* Hotels */ }
76
+ { /* Accommodation */ }
77
77
< A
78
78
href = "/hotels"
79
79
class = { `text-white hover:text-white/80 transition-all duration-75 font-bold text-lg flex items-center justify-end gap-2 ${
80
80
isActive ( "/hotels" ) ? "underline" : ""
81
81
} `}
82
- aria-label = "Hotels "
82
+ aria-label = "Accommodation "
83
83
onClick = { ( ) => {
84
84
document . getElementById ( "mobile-menu-toggle" ) . checked = false ;
85
85
} }
86
86
>
87
87
< FaSolidHotel />
88
- Hotels
88
+ Accommodation
89
89
</ A >
90
90
91
91
{ /* Organizers */ }
Original file line number Diff line number Diff line change @@ -68,15 +68,15 @@ export default function TopMenu() {
68
68
Sponsorship
69
69
</ A >
70
70
71
- { /* Hotels */ }
71
+ { /* Accommodation */ }
72
72
< A
73
73
href = "/hotels"
74
74
class = { `text-white hover:text-white/80 transition-all duration-75 font-bold text-lg ${
75
75
isActive ( "/hotels" ) ? "underline" : ""
76
76
} `}
77
- aria-label = "Hotels "
77
+ aria-label = "Accommodation "
78
78
>
79
- Hotels
79
+ Accommodation
80
80
</ A >
81
81
82
82
{ /* Organizers */ }
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ export default function Hotels() {
50
50
< div class = "flex flex-col items-center gap-5" >
51
51
< h1 class = "text-2xl md:text-4xl font-bold flex items-center gap-3" >
52
52
< FaSolidHotel class = "text-xl md:text-3xl" />
53
- Hotel Recommendations
53
+ Regional hotels offering a discount
54
54
</ h1 >
55
55
56
56
{ /* Hotel Listings */ }
You can’t perform that action at this time.
0 commit comments