Skip to content

Commit

Permalink
Add quick placeholder route for /grants
Browse files Browse the repository at this point in the history
  • Loading branch information
chadokruse committed Dec 3, 2024
1 parent 39a466d commit 23885d1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions apps/web/src/routes/grants/+page.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<script lang="ts"></script>

<div class="min-h-screen">
<div class="p-4">Coming soon</div>

<div class="p-4">In the interim, the legacy grants search remains live - it just has the older grants data</div>

<div class="p-4">
<a class="text-grantmakers-orange" target="_blank" rel="noopener" href="https://www.grantmakers.io/search/grants/"
>https://www.grantmakers.io/search/grants/</a
>
</div>
</div>

0 comments on commit 23885d1

Please sign in to comment.