added my PGP key
This commit is contained in:
parent
3c83b759a8
commit
651987661f
5 changed files with 41 additions and 3 deletions
|
@ -8,7 +8,7 @@ import Button from "./Button.astro";
|
|||
import ButtonCollection from "./ButtonCollection.astro";
|
||||
import Spacer from "./Spacer.astro";
|
||||
---
|
||||
<Window title="Home" maxWidth="600px">
|
||||
<Window title="Home" maxWidth="600px" showClose={true}>
|
||||
<Me />
|
||||
<Presence />
|
||||
<GroupBox name="About me">
|
||||
|
|
|
@ -24,7 +24,7 @@ const {title, showClose, maxWidth} = Astro.props
|
|||
{
|
||||
showClose &&
|
||||
<div class="title-bar-controls">
|
||||
<button aria-label="Close"></button>
|
||||
<button aria-label="Close" onclick="window.close()"></button>
|
||||
</div>
|
||||
}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue