Fixed Typo in privacy url

This commit is contained in:
Christoph Stahl 2025-07-04 00:20:46 +02:00
parent 226688c447
commit 4f7ce45749

View file

@ -65,7 +65,7 @@ onBeforeUnmount(() => {
</li>
</ul>
<p class="privacy-link">
<a href="https://site.syng.rocks/privacy.html`" target="_blank">Privacy Policy</a>
<a href="https://site.syng.rocks/privacy.html" target="_blank">Privacy Policy</a>
</p>
</div>
</template>