Skip to content

Commit 1a576cf

Browse files
committed
Add FAQ link to archive
1 parent 793d044 commit 1a576cf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/routes/archive/+page.svelte

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
<hr>
1212
<p class="warning">These versions are archived and NOT supported, you will NOT receive any help when using these versions!</p>
13+
<p class="warning-small">See the <a href="/faq/old-versions">FAQ</a> for more details.</p>
1314
<hr>
1415

1516
<div class="center">
@@ -41,6 +42,15 @@
4142
color: red;
4243
}
4344
45+
.warning-small {
46+
font-size: 1.75rem;
47+
color: red;
48+
}
49+
50+
.warning-small a {
51+
color: darkred;
52+
}
53+
4454
.center {
4555
display: flex;
4656
flex-direction: column;

0 commit comments

Comments
 (0)