Skip to content

Commit 666e108

Browse files
committed
link edited
1 parent 66f457a commit 666e108

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<!-- Favicon -->
2222
<link rel="icon" type="image/x-icon" href="https://blackbirdo.com/images/icon.png" />
23-
23+
2424
<!-- Tailwind config -->
2525
<script>
2626
tailwind.config = {
@@ -51,7 +51,7 @@
5151
<header class="ef-header" role="banner">
5252
<div class="ef-header-inner">
5353
<!-- Logo -->
54-
<a href="/" class="ef-logo" aria-label="EmailForge Home">
54+
<a href="https://icodingstack.github.io/EmailForge/" class="ef-logo" aria-label="EmailForge Home">
5555
<span class="ef-logo-icon" aria-hidden="true">
5656
<svg width="28" height="28" viewBox="0 0 28 28" fill="none">
5757
<rect x="2" y="6" width="24" height="16" rx="3" stroke="currentColor" stroke-width="1.5"/>
@@ -85,7 +85,7 @@
8585
</div>
8686

8787
<!-- GitHub link -->
88-
<a href="https://github.com/" target="_blank" rel="noopener" class="ef-btn-ghost" title="View on GitHub" aria-label="GitHub Repository">
88+
<a href="https://github.com/ICodingStack/EmailForge" target="_blank" rel="noopener" class="ef-btn-ghost" title="View on GitHub" aria-label="GitHub Repository">
8989
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor"><path d="M12 2C6.477 2 2 6.477 2 12c0 4.42 2.865 8.166 6.839 9.489.5.092.682-.217.682-.482 0-.237-.008-.866-.013-1.7-2.782.604-3.369-1.34-3.369-1.34-.454-1.156-1.11-1.463-1.11-1.463-.908-.62.069-.608.069-.608 1.003.07 1.531 1.03 1.531 1.03.892 1.529 2.341 1.087 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.11-4.555-4.943 0-1.091.39-1.984 1.029-2.683-.103-.253-.446-1.27.098-2.647 0 0 .84-.268 2.75 1.026A9.578 9.578 0 0112 6.836c.85.004 1.705.115 2.504.337 1.909-1.294 2.747-1.026 2.747-1.026.546 1.377.203 2.394.1 2.647.64.699 1.028 1.592 1.028 2.683 0 3.842-2.339 4.687-4.566 4.935.359.309.678.919.678 1.852 0 1.336-.012 2.415-.012 2.741 0 .267.18.578.688.48C19.138 20.163 22 16.418 22 12c0-5.523-4.477-10-10-10z"/></svg>
9090
</a>
9191

0 commit comments

Comments
 (0)