Skip to content

Commit

Permalink
add outerbase side banner
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Sep 28, 2024
1 parent 6215ae7 commit b5496b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file added public/outerbase-banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions src/components/gui/sidebar-tab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ export default function SidebarTab({ tabs }: Readonly<SidebarTabProps>) {
<div
className="w-[250px] h-[120px] mb-2 rounded flex flex-col justify-end m-1"
style={{
background:
"url(https://www.outerbase.com/_next/static/media/cloudflare-bg.e2029f2e.jpg)",
background: "url(/outerbase-banner.jpg)",
backgroundPosition: "center",
backgroundSize: "cover",
}}
Expand Down

0 comments on commit b5496b6

Please sign in to comment.