Skip to content

Commit 1451056

Browse files
committed
feat: enhance download link styling for macOS agent guide
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
1 parent 75353bb commit 1451056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/app-module/guides/guide-macos-agent/guide-macos-agent.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h4 class="card-title mb-0 text-primary">
1313
<li>
1414
<p class="step-guide">
1515
<span class="step_number">1</span>
16-
Download the <a [href]="getDownloadUrl()" download="utmstack-macos-agent.pkg"><strong>utmstack-macos-agent.pkg</strong></a> file.
16+
Download the <a [href]="getDownloadUrl()" download="utmstack-macos-agent.pkg" class="text-primary fw-semibold text-decoration-none">utmstack-macos-agent.pkg</a> file.
1717
</p>
1818
</li>
1919
<li>

0 commit comments

Comments
 (0)