We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b03c6 commit 39c5f88Copy full SHA for 39c5f88
vite-app/src/App.tsx
@@ -124,7 +124,13 @@ const App = observer(() => {
124
<div className="max-w-7xl mx-auto px-3">
125
<div className="flex justify-between items-center h-10">
126
<div className="flex items-center space-x-2">
127
- <img src={logoLight} alt="Eval Protocol" className="h-6 w-auto" />
+ <a href="https://evalprotocol.io" target="_blank">
128
+ <img
129
+ src={logoLight}
130
+ alt="Eval Protocol"
131
+ className="h-6 w-auto"
132
+ />
133
+ </a>
134
</div>
135
<div className="flex items-center gap-2">
136
<StatusIndicator
0 commit comments