Skip to content

Commit 8752958

Browse files
committed
Update remaining URLs
1 parent 0070ae3 commit 8752958

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/components/Header.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</script>
44

55
<header class="d-flex justify-content-center p-6">
6-
<a href="https://github.com/jakubpawlowicz/clean-css" target="_blank">
6+
<a href="https://github.com/clean-css/clean-css" target="_blank">
77
<Icon name="logo" />
88
</a>
99
</header>
@@ -12,4 +12,4 @@
1212
header :global(.icon) {
1313
font-size: 15em;
1414
}
15-
</style>
15+
</style>

src/components/Navbar.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="container-fluid">
88
<ul class="d-flex align-items-center ms-auto mb-0">
99
<li class="nav-item">
10-
<a class="nav-link d-flex align-items-center fs-5 p-1" href="https://github.com/jakubpawlowicz/clean-css" target="_blank">
10+
<a class="nav-link d-flex align-items-center fs-5 p-1" href="https://github.com/clean-css/clean-css" target="_blank">
1111
<Github /> <p class="ms-1 p-0 m-0">GitHub</p>
1212
</a>
1313
</li>
@@ -17,8 +17,8 @@
1717
</a>
1818
</li>
1919
<li class="nav-item align-items-center">
20-
<a class="p-1" href="https://github.com/jakubpawlowicz/clean-css/stargazers" target="_blank">
21-
<img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/jakubpawlowicz/clean-css?style=social">
20+
<a class="p-1" href="https://github.com/clean-css/clean-css/stargazers" target="_blank">
21+
<img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/clean-css/clean-css?style=social">
2222
</a>
2323
</li>
2424
</ul>

0 commit comments

Comments
 (0)