Add a What's New Link

This commit is contained in:
Caesar Kabalan 2024-10-15 15:41:26 -07:00
parent c2743b2b64
commit bde5d56b0a
No known key found for this signature in database
GPG key ID: DDFEF5FF6CFAB608
2 changed files with 18 additions and 0 deletions

15
dist/css/main.css vendored
View file

@ -51,6 +51,21 @@
border-bottom:1px black dotted;
}
#whats_new {
cursor:pointer !important;
text-align: right;
width:15rem;
float:right;
}
#whats_new a {
width:15rem;
text-align: right;
text-decoration: none;
border-bottom:1px var(--bs-success) dotted;
}
#copy_url {
cursor:pointer !important;
text-align: center;

3
dist/index.html vendored
View file

@ -136,6 +136,9 @@
</div>
<div class="d-inline-block align-top align-top pt-1 ps-2 d-none" id="colors_word_close" aria-label="Stop Changing Colors"><span>&#171; Stop Changing Colors</span></div>
<div class="d-inline-block align-top pt-1 ps-3" id="copy_url"><span>Copy Shareable URL</span></div>
<div class="d-inline-block align-top pt-1 ps-3" id="whats_new">
<a title="Released 2024-10-15" class="link-success" href="https://github.com/ckabalan/visualsubnetcalc/releases/tag/v1.3.0" target="_blank" aria-label="What's New">v1.3.0 (What's New?)</a>
</div>
</div>