Skip to content

Commit

Permalink
(fix) css adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed May 2, 2024
1 parent a52e536 commit 5d30778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/frontend/src/components/ReadmeDashboard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ const hostURL = import.meta.env.PUBLIC_HOST_URL;
/>
</div>
<code class="font-mono text-slate-700 break-words text-sm">
![<span x-text="t.name"></span>] (<span x-text="t.url"
![<span x-text="t.name"></span>](<span x-text="t.url"
></span>/chart?org=<span x-text="t.org"></span>&repo=<span
x-text="t.repo"></span>&branches=all&type=<span x-text="t.name"
></span>)
Expand Down Expand Up @@ -324,7 +324,7 @@ const hostURL = import.meta.env.PUBLIC_HOST_URL;
/>
</div>
<code class="font-mono text-slate-700 break-words text-sm">
![<span x-text="t.name"></span>] (<span x-text="t.url"
![<span x-text="t.name"></span>](<span x-text="t.url"
></span>/chart?org=<span x-text="t.org"></span>&repo=<span
x-text="t.repo"></span>&branch=<span x-text="t.branch"
></span>&type=<span x-text="t.name"></span>)
Expand Down

0 comments on commit 5d30778

Please sign in to comment.