Skip to content

Commit

Permalink
style: update page path names
Browse files Browse the repository at this point in the history
  • Loading branch information
christophertorres1 committed May 25, 2024
1 parent b591c36 commit 0b699e3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/app/exhibitsPage/page.tsx → src/app/exhibits/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function App() {
the QR codes on display for more information.
</p>
</div>
<Link href="/siteMapPage">
<Link href="/site-maps">
<div className="px-4 py-2 mb-2 mt-6 rounded-md border active:border-hunterGreen border-asparagus justify-start items-start inline-flex">
<p className="active:text-hunterGreen text-center text-asparagus font-bold font-['Lato'] leading-tight">
Go to Map
Expand Down Expand Up @@ -113,7 +113,7 @@ function App() {
the QR codes on display for more information.
</p>
</div>
<Link href="/siteMapPage">
<Link href="/site-maps">
<div className="px-4 py-2 mt-6 rounded-md border active:border-hunterGreen border-asparagus justify-start items-start inline-flex">
<p className="active:text-hunterGreen text-center text-asparagus font-bold font-['Lato'] leading-tight">
Go to Map
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function HomeNewsFeed() {
<Link
className="b1 inline-flex items-center
text-asparagus hover:text-hunter-green focus:text-hunter-green"
href="/newsFeedPage"
href="/news"
>
See All
<HiChevronRight className="text-2xl" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function AdmissionButton() {
bg-ivory group hover:bg-mint-cream focus:bg-mint-cream
shadow-darkest focus:shadow-vignette
px-4 py-4 web:px-8 web:py-6"
href="/hoursAdmissionPage"
href="/hours-and-location"
>
<div
className="GreenCircle relative w-10 h-10 rounded-full flex justify-center items-center
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function MapButton() {
// p-4 web:pl-9 web:pr-24 web:pt-7 web:pb-[1.625rem]
bg-ivory group hover:bg-mint-cream focus:bg-mint-cream
shadow-darkest focus:shadow-vignette"
href="/siteMapPage"
href="/site-maps"
>
<div
className="GreenCircle w-10 h-10 relative rounded-full flex justify-center items-center
Expand Down

0 comments on commit 0b699e3

Please sign in to comment.