Skip to content

Commit 3070bb0

Browse files
osbytes badge
1 parent 53e5e23 commit 3070bb0

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

packages/web/src/components/layout.tsx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,20 @@ export function Layout({ children }: LayoutProps) {
111111
>
112112
Github
113113
</a>
114+
<a
115+
href="https://www.osbytes.io"
116+
target="_blank"
117+
rel="noopener noreferrer"
118+
title="osbytes - open source bytes"
119+
className="text-muted-foreground hover:text-foreground transition-colors"
120+
>
121+
<img
122+
src="https://www.osbytes.io/badge.svg"
123+
alt="osbytes - open source bytes"
124+
width="32"
125+
height="32"
126+
/>
127+
</a>
114128
</div>
115129
<div className="text-sm text-muted-foreground text-center">
116130
{t('common.footer.tagline')}

0 commit comments

Comments
 (0)