Skip to content

Commit

Permalink
fix: replace broken github links
Browse files Browse the repository at this point in the history
  • Loading branch information
alardev committed Jan 25, 2024
1 parent ef064ae commit ab696af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions site/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub fn App() -> impl IntoView {
content="Транслітерація японських імен українською за стандартом Коваленко 2012. Транслітерує хіраґану та катакану. Для перекладачів аніме/мангі."
/>
// <Stylesheet id="leptos" href="/pkg/tailwind.css"/>
<Meta name="author" content="GlooriousWalrus"/>
<Meta name="author" content="alardev"/>
<Link rel="shortcut icon" type_="image/ico" href="/favicon.ico"/>
<Router>
<Routes>
Expand Down Expand Up @@ -119,8 +119,8 @@ fn Footer() -> impl IntoView {
<footer class="w-full fixed inset-x-0 z-50 bottom-0 p-4 bg-white border-t border-gray-200 shadow md:flex md:items-center md:justify-between md:p-6 dark:bg-slate-900 dark:border-gray-600">
<span class="text-sm text-gray-500 sm:text-center dark:text-gray-400">
{format!("© {} ", year)}
<a href="https://github.com/GlooriousWalrus" class="hover:underline">
{"GlooriousWalrus"}
<a href="https://github.com/alardev" class="hover:underline">
{"alardev"}
</a>
</span>
// <ul class="flex flex-wrap items-center mt-3 text-sm font-medium text-gray-500 dark:text-gray-400 sm:mt-0">
Expand Down
4 changes: 2 additions & 2 deletions site/src/pages/about.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fn AboutTextBlock() -> impl IntoView {
>
<a
class="font-semibold dark:text-violet-400"
href="https://github.com/GlooriousWalrus/koval"
href="https://github.com/alardev/koval"
target="_blank"
>
Коваль
Expand Down Expand Up @@ -115,7 +115,7 @@ fn AboutTextBlock() -> impl IntoView {

<a
class="font-semibold dark:text-violet-400"
href="https://github.com/GlooriousWalrus/koval/issues/new"
href="https://github.com/alardev/koval/issues/new"
target="_blank"
>
Github
Expand Down

0 comments on commit ab696af

Please sign in to comment.