Skip to content

Update source code URLs #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</script>

<header class="d-flex justify-content-center p-6">
<a href="https://github.com/jakubpawlowicz/clean-css" target="_blank">
<a href="https://github.com/clean-css/clean-css" target="_blank">
<Icon name="logo" />
</a>
</header>
Expand All @@ -12,4 +12,4 @@
header :global(.icon) {
font-size: 15em;
}
</style>
</style>
4 changes: 2 additions & 2 deletions src/components/Legend.svelte
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p class="mt-5">
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
<a href="https://github.com/jakubpawlowicz/clean-css/tree/master/docs" target="_blank">add it</a>!
</p>
<a href="https://github.com/clean-css/clean-css.github.io" target="_blank">add it</a>!
</p>
6 changes: 3 additions & 3 deletions src/components/Navbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="container-fluid">
<ul class="d-flex align-items-center ms-auto mb-0">
<li class="nav-item">
<a class="nav-link d-flex align-items-center fs-5 p-1" href="https://github.com/jakubpawlowicz/clean-css" target="_blank">
<a class="nav-link d-flex align-items-center fs-5 p-1" href="https://github.com/clean-css/clean-css" target="_blank">
<Github /> <p class="ms-1 p-0 m-0">GitHub</p>
</a>
</li>
Expand All @@ -17,8 +17,8 @@
</a>
</li>
<li class="nav-item align-items-center">
<a class="p-1" href="https://github.com/jakubpawlowicz/clean-css/stargazers" target="_blank">
<img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/jakubpawlowicz/clean-css?style=social">
<a class="p-1" href="https://github.com/clean-css/clean-css/stargazers" target="_blank">
<img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/clean-css/clean-css?style=social">
</a>
</li>
</ul>
Expand Down