Skip to content

Commit 39c5f88

Browse files
author
Dylan Huang
committed
Wrap logo image in a link to the Eval Protocol website for improved navigation.
1 parent 67b03c6 commit 39c5f88

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

vite-app/src/App.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,13 @@ const App = observer(() => {
124124
<div className="max-w-7xl mx-auto px-3">
125125
<div className="flex justify-between items-center h-10">
126126
<div className="flex items-center space-x-2">
127-
<img src={logoLight} alt="Eval Protocol" className="h-6 w-auto" />
127+
<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>
128134
</div>
129135
<div className="flex items-center gap-2">
130136
<StatusIndicator

0 commit comments

Comments
 (0)