Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Jan 21, 2025
1 parent e31e479 commit 526edac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clients/apps/web/src/components/Vision/Navigation.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { AnimatePresence, motion } from 'framer-motion'
import Link from 'next/link'
import { twMerge } from 'tailwind-merge'

export const sections = [
Expand Down Expand Up @@ -34,7 +35,7 @@ export const PitchNavigation = ({
}) => {
return (
<div className="flex flex-col gap-y-8 text-xs md:flex-row md:gap-x-16">
<span>Polar Software Inc.</span>
<Link href="/">Polar Software Inc.</Link>
<ul className="flex flex-col gap-y-2 md:flex-row md:gap-x-8">
<AnimatePresence key={activeIndex}>
{sections.map((section, index) => (
Expand Down

0 comments on commit 526edac

Please sign in to comment.