Skip to content

Commit

Permalink
Small fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottstraughan committed Sep 13, 2024
1 parent 8b905bc commit 2d7c27d
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ <h1>No Read Me Found</h1>
<st-loading></st-loading>
}
<footer>
<st-copy-input [content]="project.url" title="Clone"></st-copy-input>
@if (project.repository; as repo) {
@if (repo.cloneUrl; as cloneUrl) {
<st-copy-input [content]="cloneUrl" title="Clone"></st-copy-input>
}
}
<a class="button centered" [href]="project.url" target="_blank">
<span class="material-symbols-outlined">link</span> View on GitHub
</a>
Expand Down

0 comments on commit 2d7c27d

Please sign in to comment.