Skip to content

Commit

Permalink
Merge pull request #1411 from input-output-hk/new-logo
Browse files Browse the repository at this point in the history
Add new hydra logo and give credit
  • Loading branch information
ch1bo committed May 3, 2024
2 parents d12adde + 7334d20 commit 45292ad
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 35 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ Should you have any questions, ideas or issues, we would like to hear from you:

Please follow our [Contributing Guidelines](./CONTRIBUTING.md) and [Code of Conduct](./CODE-OF-CONDUCT.md).

## 🙏 Credits

- Logo created by Alexander Wende

---

<p align="center">
Expand Down
Binary file modified docs/static/img/hydra-white.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/static/img/hydra.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions hydra-explorer/web/public/favicon.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 14 additions & 32 deletions hydra-explorer/web/public/hydra.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed hydra-explorer/web/src/app/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions hydra-explorer/web/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default function RootLayout({
return (
<html lang="en">
<body>
<link rel="icon" href="/favicon.svg?v=1" type="image/svg+xml" />
{children}
</body>
</html>
Expand Down
6 changes: 3 additions & 3 deletions hydra-explorer/web/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ export default function Home() {

<div className="flex ">
<h1 className="text-3xl font-bold flex items-center">
<div className="mr-2">
<div className="mr-4">
<Image
src="/hydra.svg"
alt="Hydra Logo"
className="dark:invert"
width={100}
height={24}
width={50}
height={50}
priority
/>
</div>
Expand Down

0 comments on commit 45292ad

Please sign in to comment.