Skip to content

Commit

Permalink
Merge pull request #66 from opportunity-hack/dev
Browse files Browse the repository at this point in the history
Get some linking going between landing page and this page
  • Loading branch information
gregv authored Dec 22, 2023
2 parents fc37424 + 3501ed5 commit a99d1b2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/routes/_marketing+/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function Index() {
variant="default"
className="font-bold"
>
<Link to="/calendar">Go to Calendar</Link>
<Link to="/calendar">🐴 Go to Calendar</Link>
</Button>
) : (
<Button asChild size="wide" variant="default">
Expand All @@ -57,7 +57,8 @@ export default function Index() {

<div className="mx-auto mt-8 max-w-7xl px-4 py-2 sm:px-6 lg:px-8">
<div className="flex flex-col flex-wrap items-center justify-center gap-8 rounded-3xl bg-slate-100 py-4 dark:bg-slate-200">
<div className="text-black">Built by:</div>

<div className="text-black"><b><a href="https://trottrack.org">Trot Track</a></b> is built by:
<a
key="ohack.dev"
href="http://ohack.dev"
Expand All @@ -66,9 +67,10 @@ export default function Index() {
<img
alt="opportunity hack logo"
src={ohack}
className="object-contain"
className="object-contain mt-0 mb-0"
/>
</a>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit a99d1b2

Please sign in to comment.