From 3215fd60c972c3d61ee2580c6dbbd4ab8dd0c731 Mon Sep 17 00:00:00 2001 From: Amr Date: Sun, 19 Jun 2022 18:19:30 +0200 Subject: [PATCH] Added Github badge --- src/routes/_GithubCorner.svelte | 56 +++++++++++++++++++++++++++++++++ src/routes/index.svelte | 3 +- 2 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 src/routes/_GithubCorner.svelte diff --git a/src/routes/_GithubCorner.svelte b/src/routes/_GithubCorner.svelte new file mode 100644 index 0000000..786d044 --- /dev/null +++ b/src/routes/_GithubCorner.svelte @@ -0,0 +1,56 @@ + + + + + diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 975832e..75d6c73 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -7,6 +7,7 @@ import DiscussionsApi from '../Components/DiscussionsAPI.svelte'; import Login from '$lib/Login.svelte'; import LoginApi from '../Components/LoginAPI.svelte'; + import GithubCorner from './_GithubCorner.svelte'; // Post variables /** @type {string}*/ @@ -66,7 +67,7 @@ Sveltegram - +

Installation

npm install sveltegram