chore: refactor
This commit is contained in:
+4
-4
@@ -1,8 +1,6 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { CopyIcon } from "@lucide/svelte";
|
|
||||||
import Navbar from "./lib/Navbar.svelte";
|
import Navbar from "./lib/Navbar.svelte";
|
||||||
import copy from "copy-to-clipboard";
|
import CopyButton from "./lib/CopyButton.svelte";
|
||||||
import CopyButton from "./lib/CopyButton.svelte";
|
|
||||||
|
|
||||||
const keys: {
|
const keys: {
|
||||||
name: string;
|
name: string;
|
||||||
@@ -29,7 +27,9 @@
|
|||||||
>
|
>
|
||||||
<Navbar />
|
<Navbar />
|
||||||
|
|
||||||
<div class="mt-40 flex w-full md:w-1/2 flex-col items-start gap-5 px-5 md:px-0">
|
<div
|
||||||
|
class="mt-40 flex w-full md:w-1/2 flex-col items-start gap-5 px-5 md:px-0"
|
||||||
|
>
|
||||||
<h1 class="text-3xl md:text-4xl font-bold">SSH Keys</h1>
|
<h1 class="text-3xl md:text-4xl font-bold">SSH Keys</h1>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Reference in New Issue
Block a user