We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e5e23 commit 3070bb0Copy full SHA for 3070bb0
1 file changed
packages/web/src/components/layout.tsx
@@ -111,6 +111,20 @@ export function Layout({ children }: LayoutProps) {
111
>
112
Github
113
</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>
128
</div>
129
<div className="text-sm text-muted-foreground text-center">
130
{t('common.footer.tagline')}
0 commit comments