Skip to content

Commit 1a64ae2

Browse files
committed
buttons instead of links, as per feedback
1 parent a4b4bc9 commit 1a64ae2

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

src/document-blocked.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,14 @@
1818
padding: 2px 4px;
1919
word-break: break-all;
2020
}
21-
a {
21+
a, button {
2222
margin: 0 1em;
2323
}
24+
button {
25+
cursor: pointer;
26+
padding: 0.25em 0.5em;
27+
font-size: inherit;
28+
}
2429
img {
2530
height: 60vh;
2631
left: 10vw;
@@ -38,7 +43,8 @@
3843
--><img src="img/Caution_sign_used_on_roads_pn.svg" />
3944
<p data-i18n="docblockedPrompt1" class="label"></p><p class="what code"></p>
4045
<p data-i18n="docblockedPrompt2" class="label"></p><p class="code" id="why"></p>
41-
<p><a id="back" data-i18n="docblockedBack" href></a><a id="bye" data-i18n="docblockedClose" href></a></p>
46+
<p><button id="back" data-i18n="docblockedBack" type="button"></button>
47+
<button id="bye" data-i18n="docblockedClose" type="button"></button></p>
4248
<p data-i18n="docblockedProceed" class="label"></p><p class="code"><a id="yolo" class="what" href></a></p>
4349
<script src="js/vapi-common.js"></script>
4450
<script src="js/vapi-client.js"></script>

0 commit comments

Comments
 (0)