Skip to content

Commit

Permalink
(ui) minor protocol fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed May 5, 2024
1 parent 6f9deaa commit 6674e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/frontend/src/components/ReadmeDashboard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const baseURL = import.meta.env.PUBLIC_BASE_URL;
</tbody>
</table>
<code class="font-mono text-slate-700 break-words text-sm">
![<span x-text="types[0].name"></span>](https://<span x-text="types[0].url"
![<span x-text="types[0].name"></span>](https://<span x-text="url"
></span>/table?org=<span x-text="types[0].org"></span>&repo=<span
x-text="types[0].repo"></span>&branch=<span x-text="types[0].branch"
></span>&theme=dark)</code
Expand Down

0 comments on commit 6674e34

Please sign in to comment.