mirror of
https://github.com/dathere/qsvpro.dathere.com.git
synced 2025-12-19 05:59:24 +00:00
chore: add TAURI info
This commit is contained in:
parent
ea6026c8d1
commit
1497619521
2 changed files with 15 additions and 2 deletions
|
|
@ -123,7 +123,15 @@ export const Footer = () => {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p className="text-center text-sm text-gray-400 border-t border-[rgb(255,255,255,0.2)] pt-4">Some content shown may be from a paid plan of qsv pro or older versions of qsv pro.</p>
|
<p className="text-center text-sm text-gray-400 border-t border-[rgb(255,255,255,0.2)] pt-4">
|
||||||
|
Some content shown may be from a paid plan of qsv pro or
|
||||||
|
older versions of qsv pro.
|
||||||
|
</p>
|
||||||
|
<p className="lg:text-center text-sm text-gray-400 pt-4 hidden lg:block">
|
||||||
|
TAURI is trademark of [The Tauri Programme within the
|
||||||
|
Commons Conservancy]. qsv pro is not endorsed by any of
|
||||||
|
the third-parties mentioned.
|
||||||
|
</p>
|
||||||
<p className="lg:text-center text-sm text-gray-400 pt-4 hidden lg:block">
|
<p className="lg:text-center text-sm text-gray-400 pt-4 hidden lg:block">
|
||||||
© datHere Inc. By using qsv pro and/or this site,
|
© datHere Inc. By using qsv pro and/or this site,
|
||||||
you agree to our{" "}
|
you agree to our{" "}
|
||||||
|
|
|
||||||
|
|
@ -28,8 +28,13 @@ export const Tech = () => (
|
||||||
<div className="w-2/3 sm:w-[620px] lg:w-1/2 mx-auto lg:mx-0 lg:pl-10">
|
<div className="w-2/3 sm:w-[620px] lg:w-1/2 mx-auto lg:mx-0 lg:pl-10">
|
||||||
<div className="flex flex-wrap -m-4">
|
<div className="flex flex-wrap -m-4">
|
||||||
<div className="w-1/2 sm:w-1/4 py-6 flex justify-center">
|
<div className="w-1/2 sm:w-1/4 py-6 flex justify-center">
|
||||||
<a href="https://tauri.app" target="_blank">
|
<a
|
||||||
|
href="https://tauri.app"
|
||||||
|
target="_blank"
|
||||||
|
className="flex"
|
||||||
|
>
|
||||||
<TauriLogo />
|
<TauriLogo />
|
||||||
|
®️
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div className="w-1/2 sm:w-1/4 py-6 flex justify-center">
|
<div className="w-1/2 sm:w-1/4 py-6 flex justify-center">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue