Skip to content

Commit 1f7f5ca

Browse files
committed
fix: added starting /
1 parent 9839668 commit 1f7f5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/src/routes/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function App() {
117117
<p className="text-gray-400 text-sm mt-2">
118118
Edit <code className="px-2 py-1 bg-slate-700 rounded text-cyan-400">/src/routes/index.tsx</code> or add
119119
RPC methods in{' '}
120-
<code className="px-2 py-1 bg-slate-700 rounded text-orange-400">packages/worker/src/rpc.ts</code>
120+
<code className="px-2 py-1 bg-slate-700 rounded text-orange-400">/packages/worker/src/rpc.ts</code>
121121
</p>
122122
</div>
123123
</div>

0 commit comments

Comments
 (0)