Skip to content

Commit 8b26b26

Browse files
authored
πŸ”€ Merge pull request #1 from TheLastZombie/patch-1
Update source code URLs
2 parents 7cd17ac + 8752958 commit 8b26b26

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

β€Žsrc/components/Header.svelte

+2-2
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/Legend.svelte

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<p class="mt-5">
22
CSS optimizing happens directly in your browser using a browser-compatible build of clean-css. If you miss any functionality, you are more than welcome to
3-
<a href="https://github.com/jakubpawlowicz/clean-css/tree/master/docs" target="_blank">add it</a>!
4-
</p>
3+
<a href="https://github.com/clean-css/clean-css.github.io" target="_blank">add it</a>!
4+
</p>

β€Žsrc/components/Navbar.svelte

+3-3
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)