Skip to content

Commit a025ae0

Browse files
committed
Minimum branding changed
Changed the links and branding of the website enought to fit with the new domain (polycat.space)
1 parent b4d7cdf commit a025ae0

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/components/Header.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const { motto } = Astro.props;
1515
<li><a href="/">Home</a></li>
1616
<li><a href="/gif-collection">Gif Collection</a></li>
1717
<li><a href="/guestbook">Guestbook</a></li>
18-
<li><a href="https://blog.jellycat.cafe">Blog</a></li>
18+
<li><a href="https://blog.polycat.space">Blog</a></li>
1919
<li><a href="/links">Links</a></li>
2020
</ul>
2121
</nav>

src/pages/index.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import miku from "../assets/gifs/miku-shimie-shimie.gif";
1515
import { text } from "stream/consumers";
1616
1717
const Title = "Home";
18-
const HeaderTitle = "Welcome to JellyCat Cafe";
19-
const Description = "PolyCat's virtual cat cafe";
18+
const HeaderTitle = "PolyCat's Web Space";
19+
const Description = "Portfolio and Link Tree";
2020
2121
const Mastodon = "https://sunny.garden/@PolyCat";
2222
@@ -98,7 +98,7 @@ const todoItems = [
9898
<PersonalCard
9999
image={pfp}
100100
alt="PolyCat's profile picture"
101-
title="Hi, I'm PolyCat and welcome to my virtual cat cafe"
101+
title="Hi, I'm PolyCat"
102102
>
103103
An artist and programmer that likes penguins and hot
104104
chocolate.
@@ -118,7 +118,7 @@ const todoItems = [
118118
imageRight={true}
119119
imageCircle={false}
120120
>
121-
JellyCat Cafe is a combination between a personal
121+
It's a combination between a personal
122122
website, portfolio and archive. It's mainly a place for
123123
me to post and archive my stuff. More things will be
124124
added with time (see to do list).</PersonalCard

0 commit comments

Comments
 (0)