Skip to content

Commit 330944d

Browse files
feat(dev): add sonarcloud (#178)
1 parent f891e4f commit 330944d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

dist/dev.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,7 @@ <h1 class="fw-bolder">Developer Dashboard</h1>
5757
<div>
5858
<!-- Cloudsmith button -->
5959
<a class="btn btn-warning mx-1 my-2" href="https://cloudsmith.io/~lizardbyte/repos" target="_blank" rel="noopener noreferrer">
60-
<span class="fa-stack fa-xs">
61-
<i class="fas fa-diamond fa-stack-2x"></i>
62-
<i class="fas fa-circle fa-stack-1x" style="color:orange"></i>
63-
</span>
64-
Cloudsmith
60+
<i class="fab fa-cloudsmith me-2"></i>Cloudsmith
6561
</a>
6662

6763
<!-- CodeCov button -->
@@ -102,6 +98,11 @@ <h1 class="fw-bolder">Developer Dashboard</h1>
10298
<i class="fas fa-book me-2"></i>ReadTheDocs
10399
</a>
104100

101+
<!-- SonarCloud button -->
102+
<a class="btn btn-info mx-1 my-2" href="https://sonarcloud.io/organizations/lizardbyte/projects" target="_blank" rel="noopener noreferrer">
103+
<i class="fas fa-cloud me-2"></i>SonarCloud
104+
</a>
105+
105106
<!-- YouTrack button -->
106107
<a class="btn btn-warning mx-1 my-2" href="https://lizardbyte.youtrack.cloud" target="_blank" rel="noopener noreferrer">
107108
<i class="fas fa-bug me-2"></i>YouTrack

0 commit comments

Comments
 (0)