download logo
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
@@ -2,7 +2,7 @@
|
|||||||
<footer id="footer" class="border-t border-gray-800 px-6 py-12 md:px-12">
|
<footer id="footer" class="border-t border-gray-800 px-6 py-12 md:px-12">
|
||||||
<div class="max-w-7xl mx-auto flex flex-col md:flex-row justify-between items-center gap-3">
|
<div class="max-w-7xl mx-auto flex flex-col md:flex-row justify-between items-center gap-3">
|
||||||
<div class="flex items-center gap-3">
|
<div class="flex items-center gap-3">
|
||||||
<img src="//sub.uvpn.shop/static/turbo.png" alt="uVPN logo" class="size-8" />
|
<img src="/logo.png" alt="uVPN logo" class="size-8" />
|
||||||
<span class="text-lg font-bold">uVPN</span>
|
<span class="text-lg font-bold">uVPN</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex gap-6 text-gray-400 text-sm">
|
<div class="flex gap-6 text-gray-400 text-sm">
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<header class="flex items-center justify-between px-6 py-4 md:px-12 border-b border-gray-800 sticky top-0 bg-gray-900/80 backdrop-blur-xs z-50">
|
<header class="flex items-center justify-between px-6 py-4 md:px-12 border-b border-gray-800 sticky top-0 bg-gray-900/80 backdrop-blur-xs z-50">
|
||||||
<div class="flex items-center gap-3">
|
<div class="flex items-center gap-3">
|
||||||
<img src="//sub.uvpn.shop/static/turbo.png" alt="uVPN logo" class="size-8" />
|
<img src="/logo.png" alt="uVPN logo" class="size-8" />
|
||||||
<span class="text-xl font-bold tracking-tight">uVPN</span>
|
<span class="text-xl font-bold tracking-tight">uVPN</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user