Skip to content

Commit

Permalink
Do small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKiwi committed Oct 26, 2023
1 parent fdb112e commit 54a7a8b
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 7 deletions.
Binary file modified public/assets/browse/13.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/team/derivatives/laur.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/team/laur.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/why/03.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Blog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const Blog = () => {
<Button
primary
link={MIRROR_LINK}
label="View all blog posts on Mirror"
label="Check out our blog!"
/>
</div>
</Section>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Browse.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const Browse = () => {
<h2 className="browse-header">Browse anime art from the community</h2>
<Button
link="https://uwucrew.art/derivatives"
label="View derivative gallery"
label="Visit the art gallery!"
/>
{
// Render uwus
Expand Down
2 changes: 1 addition & 1 deletion src/components/Community.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ const Community = () => {
</div>
<Button
link={DISCORD_LINK}
label="Join our Discord"
label="Join our Discord!"
icon={whiteDiscord}
/>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const Header = () => {
</div>
</div>
<div className="header-buy-on-opensea">
<Button label="Buy on OpenSea" link={OPENSEA_LINK} icon={opensea} />
<Button label="Buy on OpenSea!" link={OPENSEA_LINK} icon={opensea} />
</div>
<button
className="header-hamburger"
Expand Down Expand Up @@ -70,7 +70,7 @@ const Header = () => {
))}
<div className="header-hamburger-button-container">
<Button
label="Buy on OpenSea"
label="Buy on OpenSea!"
link={OPENSEA_LINK}
icon={opensea}
/>
Expand Down
2 changes: 1 addition & 1 deletion src/components/HeroContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const HeroContent = () => {
anime art!
</p>
<Button
label="View on OpenSea"
label="View on OpenSea!"
link={OPENSEA_LINK}
icon={openseaIcon}
/>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Team.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const members: TeamMemberType[] = [
name: "Jules",
role: "Creative assistant",
image: jules,
twitter: "https://twitter.com/0xMaple",
twitter: "https://twitter.com/BlancNFT",
foundation: "https://foundation.app/@jujulesblanc",
deriv: julesDeriv,
},
Expand Down
1 change: 1 addition & 0 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const { title } = Astro.props;
margin: 0;
padding: 0;
font-size: 10px;
text-transform: lowercase;
}
button {
background: none;
Expand Down

0 comments on commit 54a7a8b

Please sign in to comment.