Skip to content

Commit

Permalink
Rebranding to CiviKit
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJade committed Oct 18, 2024
1 parent e304f7c commit 96e461d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 🏗 Scaffold-Grant-Stack

<h4 align="center">
<a href="https://scaffold-grants.vercel.app">Live Scaffold Grants UI</a> |
<a href="https://civikit.vercel.app">Live CiviKit UI</a> |
<a href="https://docs.scaffoldeth.io">Scaffold ETH 2</a> |
<a href="https://github.com/allo-protocol">Gitcoin Allo</a>
</h4>
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const Home: NextPage = () => {
</Head>
<div className="px-5">
<h1 className="text-center">
<span className="block text-3xl mb-2 secondary-100">Scaffold Grants Stack</span>
<span className="block text-3xl mb-2 secondary-100">CiviKit</span>
<span className="block text-2xl text-secondary-200 font-bold">
<div className="flex items-center gap-4">
<Image src="/favicon.png" alt="ico" width={24} height={24} />
Expand Down
3 changes: 1 addition & 2 deletions packages/nextjs/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ export const Header = () => {
<Image alt="SE2 logo" className="cursor-pointer" fill src="/V3.png" />
</div>
<div className="flex flex-col">
<span className="font-bold leading-tight">Scaffold</span>
<span className="text-xs">Grants Stack</span>
<span className="font-bold leading-tight">CiviKit</span>
</div>
</Link>
<ul className="hidden lg:flex lg:flex-nowrap menu menu-horizontal px-1 gap-2">
Expand Down

0 comments on commit 96e461d

Please sign in to comment.