Skip to content

Commit

Permalink
Create button with feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
petrkucerak committed Dec 15, 2024
1 parent e61333e commit eea0e36
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ import NavButtons from "../components/NavButtons.astro";
</p>

<div class="mx-6 flex flex-row justify-around mb-8 flex-wrap">
<Button
className="bg-violet-dark"
href={"https://forms.gle/XppVaHSMJ982txE88"}
content="Zpětná vazba"
rel="nofollow"
target="_blank"
/>
<Button
className="bg-violet-light"
href={"/autori"}
Expand Down

0 comments on commit eea0e36

Please sign in to comment.