Skip to content

Commit

Permalink
chore: refactor logo files
Browse files Browse the repository at this point in the history
  • Loading branch information
tianzhou committed Dec 22, 2023
1 parent df6c742 commit 532491e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 26 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <a href="https://www.bytebase.com"><img alt="Bytebase" src="https://raw.githubusercontent.com/bytebase/bytebase/be87525c1228fe00cdcc3585859664bdd3167aca/frontend/src/assets/logo.svg" height="56px" /></a>
# <a href="https://www.bytebase.com"><img alt="Bytebase" src="https://raw.githubusercontent.com/bytebase/bytebase.com/main/public/images/logo-full.svg" height="56px" /></a>

We are hiring. Please check out our [about page](https://www.bytebase.com/about) and submit inquiry from there.

Expand Down
18 changes: 9 additions & 9 deletions public/images/logo-full.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
14 changes: 0 additions & 14 deletions public/images/logo.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/shared/footer/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const Footer = () => (
{/* eslint-disable-next-line @next/next/no-img-element */}
<img
className="h-8 w-[150px] xl:h-7 xl:w-[132px]"
src="/images/logo.svg"
src="/images/logo-full.svg"
alt="Bytebase logo"
width={150}
height={32}
Expand Down
2 changes: 1 addition & 1 deletion src/components/shared/header/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const Header = ({ hasBanner = false }: { hasBanner?: boolean }) => {
<Link className="shrink-0" href="/">
<Image
className="h-8 w-auto xl:h-7"
src="/images/logo.svg"
src="/images/logo-full.svg"
alt="Bytebase logo"
width={150}
height={32}
Expand Down

1 comment on commit 532491e

@vercel
Copy link

@vercel vercel bot commented on 532491e Dec 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.