mirror of
https://github.com/getmarkus/astro-tailwind-mambaui-template.git
synced 2025-04-20 06:01:53 +02:00
fix links revert paths
This commit is contained in:
parent
ca7de9abe5
commit
e683e81e22
2 changed files with 5 additions and 5 deletions
4
dist/index.html
vendored
4
dist/index.html
vendored
File diff suppressed because one or more lines are too long
|
@ -5,7 +5,7 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/astro-tailwind-mambaui-template/favicon.svg" />
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
<meta name="viewport" content="width=device-width" />
|
<meta name="viewport" content="width=device-width" />
|
||||||
<meta name="generator" content={Astro.generator} />
|
<meta name="generator" content={Astro.generator} />
|
||||||
<title>Astro</title>
|
<title>Astro</title>
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-center justify-center p-6 mt-8 lg:mt-0 h-72 sm:h-80 lg:h-96 xl:h-112 2xl:h-128">
|
<div class="flex items-center justify-center p-6 mt-8 lg:mt-0 h-72 sm:h-80 lg:h-96 xl:h-112 2xl:h-128">
|
||||||
<img src="astro-tailwind-mambaui-template/assets/svg/Business_SVG.svg" alt="" class="object-contain h-72 sm:h-80 lg:h-96 xl:h-112 2xl:h-128 bg-gray-500">
|
<img src="assets/svg/Business_SVG.svg" alt="" class="object-contain h-72 sm:h-80 lg:h-96 xl:h-112 2xl:h-128 bg-gray-500">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
@ -430,7 +430,7 @@
|
||||||
<h2 class="text-4xl font-bold leadi lg:text-5xl">Let's talk!</h2>
|
<h2 class="text-4xl font-bold leadi lg:text-5xl">Let's talk!</h2>
|
||||||
<div class="text-gray-400">Vivamus in nisl metus? Phasellus.</div>
|
<div class="text-gray-400">Vivamus in nisl metus? Phasellus.</div>
|
||||||
</div>
|
</div>
|
||||||
<img src="astro-tailwind-mambaui-template/assets/svg/doodle.svg" alt="Contact our customer support" class="p-6 h-52 md:h-64">
|
<img src="assets/svg/doodle.svg" alt="Contact our customer support" class="p-6 h-52 md:h-64">
|
||||||
</div>
|
</div>
|
||||||
<form novalidate="" class="space-y-6">
|
<form novalidate="" class="space-y-6">
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue