Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 0bb82d9

Browse files
committed
Update site URLs and titles
1 parent 2337546 commit 0bb82d9

File tree

13 files changed

+11
-101
lines changed

13 files changed

+11
-101
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/improvement.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/report_problem.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 [Collection contributors](https://github.com/willpinha/daisy-collection/graphs/contributors)
3+
Copyright (c) 2023 [Components contributors](https://github.com/willpinha/daisy-components/graphs/contributors)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ import svelte from "@astrojs/svelte";
55

66
// https://astro.build/config
77
export default defineConfig({
8-
site: "https://collection.willpinha.link",
8+
site: "https://components.willpinha.link",
99
integrations: [tailwind(), svelte()]
1010
});

src/collection/card/userWithDetails.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h1 class="font-bold text-xl">
2323
<div class="flex flex-col gap-2">
2424
<div class="flex gap-3 items-center text-sm">
2525
<i class="fa-solid fa-briefcase fa-fw text-accent"></i>
26-
Daisy Collection
26+
Daisy Components
2727
</div>
2828

2929
<div class="flex gap-3 items-center text-sm">

src/collection/modal/confirm.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h1 class="font-bold text-lg">Blog post published</h1>
88
</span>
99

1010
<div class="flex w-full gap-2">
11-
<input class="input input-bordered input-sm grow" value="https://collection.willpinha.link" />
11+
<input class="input input-bordered input-sm grow" value="https://components.willpinha.link" />
1212

1313
<button class="btn btn-neutral btn-sm">
1414
<i class="fa-solid fa-copy"></i>

src/collection/modal/invite.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h1 class="font-bold text-lg">Invite your team</h1>
3737
</div>
3838

3939
<div class="flex gap-2">
40-
<input class="input input-bordered input-sm grow" value="https://collection.willpinha.link" />
40+
<input class="input input-bordered input-sm grow" value="https://components.willpinha.link" />
4141

4242
<button class="btn btn-neutral btn-sm">
4343
<i class="fa-solid fa-copy"></i>

src/collection/navbar/nested.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div class="breadcrumbs text-sm">
1010
<ul>
1111
<li><a class="text-secondary">willpinha</a></li>
12-
<li>daisy-collection</li>
12+
<li>Tables</li>
1313
<li>Relationships</li>
1414
<li>Graph</li>
1515
</ul>

src/components/Filter.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
willpinha
1919
</a>
2020
and
21-
<a href="https://github.com/willpinha/daisy-collection/graphs/contributors" class="link link-accent link-hover">
21+
<a href="https://github.com/willpinha/daisy-components/graphs/contributors" class="link link-accent link-hover">
2222
contributors
2323
</a>
2424
</span>

src/components/Navbar.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222

2323
<div class="flex font-bold text-lg">
2424
Daisy
25-
<span class="text-primary">Collection</span>
25+
<span class="text-primary">Components</span>
2626
</div>
2727
</a>
2828
{/if}
2929

3030
<!-- Right side -->
3131
<div class="flex gap-0 sm:gap-2">
3232
<!-- GitHub -->
33-
<a title="GitHub" target="_blank" href="https://github.com/willpinha/daisy-collection" class="btn btn-ghost btn-circle btn-sm">
33+
<a title="GitHub" target="_blank" href="https://github.com/willpinha/daisy-components" class="btn btn-ghost btn-circle btn-sm">
3434
<i class="fa-brands fa-github text-lg"></i>
3535
</a>
3636

src/components/Preview.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
{@html html}
4545
</div>
4646

47-
<a target="_blank" href="https://github.com/willpinha/daisy-collection/blob/master/src/collection/{tag}/{example}.html" class="tab">
47+
<a target="_blank" href="https://github.com/willpinha/daisy-components/blob/master/src/collection/{tag}/{example}.html" class="tab">
4848
Code
4949
</a>
5050

src/layout/Page.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<head>
99
<meta charset="UTF-8">
1010
<meta name="viewport" content="width=device-width, initial-scale=1.0">
11-
<title>Collection | {title}</title>
11+
<title>Components | {title}</title>
1212
<link rel="icon" type="image/x-icon" href="/logo.svg">
1313
<script is:inline>
1414
/**

0 commit comments

Comments
 (0)