Skip to content

Commit

Permalink
Fix icons shadows
Browse files Browse the repository at this point in the history
  • Loading branch information
b-j-roberts committed Dec 19, 2024
1 parent 1df69ac commit 02a4bac
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<img src="apps/web/public/images/logo.png" alt="broly-logo" height="220"/>
<img src="apps/web/public/images/logo-high.png" alt="broly-logo" height="220"/>

# B.R.O.L.Y.
***Bitcoin Registry Orchestrates Like Yesterday***
Expand Down
Binary file added apps/web/public/images/logo-high.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 apps/web/public/images/logo.png
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 apps/web/src/pages/Info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ function Info(props: any) {
return (
<div className="w-full flex flex-col items-center h-max bg__color--primary border-t-2 border-[var(--color-primary-light)]">
<div className="w-full flex flex-col items-center justify-center py-2">
<img src="/images/logo.png" alt="logo" className="w-26 h-26" />
<img src="/images/logo-high.png" alt="logo" className="w-26 h-26" />
<h1 className="text__color--primary text-6xl font-bold px-4 mt-4">B.R.O.L.Y.</h1>
<h2 className="text__color--primary text-xl px-4">Bitcoin Registry Orchestrates Like Yesterday</h2>
<div className="flex flex-row items-center justify-center gap-2 py-1">
Expand Down

0 comments on commit 02a4bac

Please sign in to comment.