Skip to content

Commit

Permalink
Update about.astro
Browse files Browse the repository at this point in the history
remove popovercontent for now
  • Loading branch information
xkeshav authored Sep 25, 2024
1 parent 6a6afca commit 27da0a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ import Layout from "@/layouts/Layout";

<Layout title="About Us">
<Header title="About us">
<div popovertarget="hint">❓</div>
<div >❓</div>
</Header>
<div popover id="hint">
<dialog id="hint">
<button autofocus>Close</button>
<p>Hide & Seek.</p>
<p>Press any alphabet key from keyboard and that letter will appears and when you press again then it will
disappears. see some hover and active effect while hover over each card</p>
</div>
</dialog>
<main>
<div class="container__about">
<h1>Hello There</h1>
Expand Down

0 comments on commit 27da0a9

Please sign in to comment.