Skip to content

Commit

Permalink
Update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
emrul committed Aug 2, 2024
1 parent 651c4b2 commit 2ec9fa6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion site/components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function Header({ searchText, changeSearch }) {
<header className="relative font-light overflow-hidden bg-gradient-to-tr from-[#162d48] to-[#2980b9] p-8 xl:px-32 text-white gap-5 md:gap-0 flex flex-wrap justify-center items-center">
<Bubbles />
<div className='relative z-10'>
<div className="text-3xl">{process.env.name}</div>
<div className="text-3xl"><img src="/1.0/registry_logo.svg" alt="Twingate" className="w-[250px]"/></div>
<div className="text-sm uppercase w-full flex justify-between">
<span className='opacity-70'>W</span>
<span className='opacity-70'>o</span>
Expand Down
14 changes: 14 additions & 0 deletions site/public/registry_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2ec9fa6

Please sign in to comment.