Skip to content

Commit 291645a

Browse files
committed
obama
1 parent e0fb502 commit 291645a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "celestialdocs",
2+
"name": "bbsshackclub",
33
"type": "module",
4-
"version": "0.0.5",
5-
"description": "Documentation template using AstroJS and Shadcn",
6-
"author": "Hyperoot <[email protected]>",
4+
"version": "0.0.1",
5+
"description": "website of THE Hack Club in BBSS",
6+
"author": "Saumil <[email protected]>",
77
"license": "MIT",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/HYP3R00T/CelestialDocs"
10+
"url": "https://github.com/saumilthecode/bbsshackclub"
1111
},
12-
"homepage": "https://celestialdocs.hyperoot.dev/",
12+
"homepage": "https://bbsshack.club/",
1313
"scripts": {
1414
"dev": "astro dev",
1515
"start": "astro dev",

src/components/core/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const { class: className } = Astro.props;
2828
>.
2929
</p>
3030
<p class="text-center text-sm leading-loose text-muted-foreground md:text-left">
31-
Fiscally sponsored by Hack Club Bank! Check out our finances <a href="https://hcb.hackclub.com/bukit-batok-secondary-school-hack-club" target="_blank" rel="noreferrer" class="font-medium underline underline-offset-4">here!</a>.
31+
Fiscally sponsored by HCB! Check out our finances <a href="https://hcb.hackclub.com/bukit-batok-secondary-school-hack-club" target="_blank" rel="noreferrer" class="font-medium underline underline-offset-4">here!</a>.
3232
</p>
3333
<div class="flex gap-4">
3434
{

0 commit comments

Comments
 (0)