Skip to content

Commit ba8635f

Browse files
committed
Add blocked source url on blocked page
1 parent 227be70 commit ba8635f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/pages/Block.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<img class="favicon" height="35" :src="favicon" />
1212
<span>{{ webSite }}</span>
1313
</div>
14+
<p class="source-url">{{ sourceUrl }}</p>
1415
<table>
1516
<tr>
1617
<td class="title">{{ t('limit.message') }}:</td>
@@ -145,4 +146,9 @@ table .value {
145146
.favicon {
146147
margin: 0 10px;
147148
}
149+
.source-url {
150+
margin: 5px;
151+
font-size: 14px !important;
152+
color: grey;
153+
}
148154
</style>

0 commit comments

Comments
 (0)