Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
schaschjan committed Sep 16, 2024
1 parent c2202cd commit 63e4b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/footer/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function Footer() {
href={
currentLocation
? `${process.env.NEXT_PUBLIC_LEGACY_HOST}/${currentLocation.url}`
: process.env.NEXT_PUBLIC_LEGACY_HOST
: process.env.NEXT_PUBLIC_LEGACY_HOST as string
}
>
Old version
Expand Down

0 comments on commit 63e4b34

Please sign in to comment.