Fixed Typo in privacy url
This commit is contained in:
parent
226688c447
commit
4f7ce45749
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ onBeforeUnmount(() => {
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p class="privacy-link">
|
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Add table
Reference in a new issue