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

Commit bee5e25

Browse files
committed
fix more links
1 parent 4bd8c57 commit bee5e25

File tree

11 files changed

+32
-32
lines changed

11 files changed

+32
-32
lines changed

src/collection/card/article.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<a class="link link-accent">Read more</a>
2626

2727
<a class="btn btn-ghost">
28-
<img alt="Profile" src="/avatar.png" class="w-8 rounded-full" />
28+
<img alt="Profile" src="avatar.png" class="w-8 rounded-full" />
2929

3030
User name
3131
</a>

src/collection/card/articleWithImage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h3 class="text-secondary font-medium">Product</h3>
1717

1818
<div class="flex gap-2 justify-between items-center">
1919
<a class="btn btn-ghost">
20-
<img alt="Profile" src="/avatar.png" class="w-8 rounded-full" />
20+
<img alt="Profile" src="avatar.png" class="w-8 rounded-full" />
2121

2222
<span class="font-medium text-sm">User Name</span>
2323
</a>

src/collection/dropdown/notification.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ul tabindex="0" class="dropdown-content z-[1] menu shadow bg-base-200 rounded-box w-80 gap-2">
77
<li>
88
<a class="flex items-start">
9-
<img alt="Profile" src="/avatar.png" class="w-8 rounded-full" />
9+
<img alt="Profile" src="avatar.png" class="w-8 rounded-full" />
1010

1111
<div class="flex flex-col gap-2">
1212
<span class="text-wrap">
@@ -22,7 +22,7 @@
2222
</li>
2323
<li>
2424
<a class="flex items-start">
25-
<img alt="Profile" src="/avatar.png" class="w-8 rounded-full" />
25+
<img alt="Profile" src="avatar.png" class="w-8 rounded-full" />
2626

2727
<div class="flex flex-col gap-2">
2828
<span class="text-wrap">
@@ -36,7 +36,7 @@
3636
</li>
3737
<li>
3838
<a class="flex items-start">
39-
<img alt="Profile" src="/avatar.png" class="w-8 rounded-full" />
39+
<img alt="Profile" src="avatar.png" class="w-8 rounded-full" />
4040

4141
<div class="flex flex-col gap-2">
4242
<span class="text-wrap">

src/collection/dropdown/user.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ul tabindex="0" class="dropdown-content z-[1] menu p-2 shadow bg-base-200 rounded-box w-52">
88
<li>
99
<a class="flex" title="View profile">
10-
<img alt="Profile" src="/avatar.png" class="w-8 rounded-full" />
10+
<img alt="Profile" src="avatar.png" class="w-8 rounded-full" />
1111

1212
<div class="flex flex-col">
1313
<h3 class="font-bold">User name</h3>

src/collection/dropdown/userWithIcons.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ul tabindex="0" class="dropdown-content z-[1] menu p-2 shadow bg-base-200 rounded-box w-52">
88
<li>
99
<a class="flex" title="View profile">
10-
<img alt="Profile" src="/avatar.png" class="w-8 rounded-full" />
10+
<img alt="Profile" src="avatar.png" class="w-8 rounded-full" />
1111

1212
<div class="flex flex-col">
1313
<h3 class="font-bold">User name</h3>

src/collection/modal/invite.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22
<div class="avatar-group -space-x-5">
33
<div class="avatar">
44
<div class="w-10">
5-
<img src="/avatar.png" />
5+
<img src="avatar.png" />
66
</div>
77
</div>
88

99
<div class="avatar">
1010
<div class="w-10">
11-
<img src="/avatar.png" />
11+
<img src="avatar.png" />
1212
</div>
1313
</div>
1414

1515
<div class="avatar">
1616
<div class="w-10">
17-
<img src="/avatar.png" />
17+
<img src="avatar.png" />
1818
</div>
1919
</div>
2020

2121
<div class="avatar">
2222
<div class="w-10">
23-
<img src="/avatar.png" />
23+
<img src="avatar.png" />
2424
</div>
2525
</div>
2626
</div>

src/collection/sidebar/avatar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Company Name
66
</a>
77

8-
<img alt="Profile" src="/avatar.png" class="w-32 rounded-full"/>
8+
<img alt="Profile" src="avatar.png" class="w-32 rounded-full"/>
99

1010
<h2 class="font-bold text-lg">User name</h2>
1111

src/collection/sidebar/iconsOnly.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<div class="divider my-0"></div>
6464

6565
<a class="btn btn-circle btn-ghost text-xl" title="Profile">
66-
<img alt="Profile" src="/avatar.png" class="w-8 rounded-full" />
66+
<img alt="Profile" src="avatar.png" class="w-8 rounded-full" />
6767
</a>
6868
</aside>
6969
</div>

src/collection/sidebar/menuAndSearch.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<!-- Footer -->
107107
<div class="flex justify-between items-center p-2">
108108
<a class="btn">
109-
<img alt="Profile" src="/avatar.png" class="w-8 rounded-full" />
109+
<img alt="Profile" src="avatar.png" class="w-8 rounded-full" />
110110

111111
<div class="flex flex-col text-start">
112112
<span class="font-bold">User name</span>

src/collection/sidebar/submenu.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h1 class="font-bold text-xl">Accounts</h1>
3838
<ul class="menu px-0">
3939
<li>
4040
<a>
41-
<img alt="User" src="/avatar.png" class="rounded-full w-8" />
41+
<img alt="User" src="avatar.png" class="rounded-full w-8" />
4242

4343
<div class="flex flex-col">
4444
<span class="font-bold">User name</span>
@@ -48,7 +48,7 @@ <h1 class="font-bold text-xl">Accounts</h1>
4848
</li>
4949
<li>
5050
<a>
51-
<img alt="User" src="/avatar.png" class="rounded-full w-8" />
51+
<img alt="User" src="avatar.png" class="rounded-full w-8" />
5252

5353
<div class="flex flex-col">
5454
<span class="font-bold">User name</span>
@@ -58,7 +58,7 @@ <h1 class="font-bold text-xl">Accounts</h1>
5858
</li>
5959
<li>
6060
<a>
61-
<img alt="User" src="/avatar.png" class="rounded-full w-8" />
61+
<img alt="User" src="avatar.png" class="rounded-full w-8" />
6262

6363
<div class="flex flex-col">
6464
<span class="font-bold">User name</span>
@@ -68,7 +68,7 @@ <h1 class="font-bold text-xl">Accounts</h1>
6868
</li>
6969
<li>
7070
<a>
71-
<img alt="User" src="/avatar.png" class="rounded-full w-8" />
71+
<img alt="User" src="avatar.png" class="rounded-full w-8" />
7272

7373
<div class="flex flex-col">
7474
<span class="font-bold">User name</span>
@@ -78,7 +78,7 @@ <h1 class="font-bold text-xl">Accounts</h1>
7878
</li>
7979
<li>
8080
<a>
81-
<img alt="User" src="/avatar.png" class="rounded-full w-8" />
81+
<img alt="User" src="avatar.png" class="rounded-full w-8" />
8282

8383
<div class="flex flex-col">
8484
<span class="font-bold">User name</span>
@@ -88,7 +88,7 @@ <h1 class="font-bold text-xl">Accounts</h1>
8888
</li>
8989
<li>
9090
<a>
91-
<img alt="User" src="/avatar.png" class="rounded-full w-8" />
91+
<img alt="User" src="avatar.png" class="rounded-full w-8" />
9292

9393
<div class="flex flex-col">
9494
<span class="font-bold">User name</span>
@@ -98,7 +98,7 @@ <h1 class="font-bold text-xl">Accounts</h1>
9898
</li>
9999
<li>
100100
<a>
101-
<img alt="User" src="/avatar.png" class="rounded-full w-8" />
101+
<img alt="User" src="avatar.png" class="rounded-full w-8" />
102102

103103
<div class="flex flex-col">
104104
<span class="font-bold">User name</span>
@@ -108,7 +108,7 @@ <h1 class="font-bold text-xl">Accounts</h1>
108108
</li>
109109
<li>
110110
<a>
111-
<img alt="User" src="/avatar.png" class="rounded-full w-8" />
111+
<img alt="User" src="avatar.png" class="rounded-full w-8" />
112112

113113
<div class="flex flex-col">
114114
<span class="font-bold">User name</span>
@@ -118,7 +118,7 @@ <h1 class="font-bold text-xl">Accounts</h1>
118118
</li>
119119
<li>
120120
<a>
121-
<img alt="User" src="/avatar.png" class="rounded-full w-8" />
121+
<img alt="User" src="avatar.png" class="rounded-full w-8" />
122122

123123
<div class="flex flex-col">
124124
<span class="font-bold">User name</span>
@@ -128,7 +128,7 @@ <h1 class="font-bold text-xl">Accounts</h1>
128128
</li>
129129
<li>
130130
<a>
131-
<img alt="User" src="/avatar.png" class="rounded-full w-8" />
131+
<img alt="User" src="avatar.png" class="rounded-full w-8" />
132132

133133
<div class="flex flex-col">
134134
<span class="font-bold">User name</span>
@@ -138,7 +138,7 @@ <h1 class="font-bold text-xl">Accounts</h1>
138138
</li>
139139
<li>
140140
<a>
141-
<img alt="User" src="/avatar.png" class="rounded-full w-8" />
141+
<img alt="User" src="avatar.png" class="rounded-full w-8" />
142142

143143
<div class="flex flex-col">
144144
<span class="font-bold">User name</span>
@@ -148,7 +148,7 @@ <h1 class="font-bold text-xl">Accounts</h1>
148148
</li>
149149
<li>
150150
<a>
151-
<img alt="User" src="/avatar.png" class="rounded-full w-8" />
151+
<img alt="User" src="avatar.png" class="rounded-full w-8" />
152152

153153
<div class="flex flex-col">
154154
<span class="font-bold">User name</span>

src/collection/team/squaredImageWithSocials.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h1 class="font-bold text-3xl self-center">Meet the crew</h1>
66
<!-- Member -->
77
<div class="flex gap-4">
88
<!-- Photo -->
9-
<img alt="Logo" src="/avatar.png" class="rounded-full w-24" />
9+
<img alt="Logo" src="avatar.png" class="rounded-full w-24" />
1010

1111
<div class="flex flex-col gap-2">
1212
<!-- Name -->
@@ -35,7 +35,7 @@ <h3 class="font-bold">David Forren</h3>
3535
<!-- Member -->
3636
<div class="flex gap-4">
3737
<!-- Photo -->
38-
<img alt="Logo" src="/avatar.png" class="rounded-full w-24" />
38+
<img alt="Logo" src="avatar.png" class="rounded-full w-24" />
3939

4040
<div class="flex flex-col gap-2">
4141
<!-- Name -->
@@ -64,7 +64,7 @@ <h3 class="font-bold">Amil Evara</h3>
6464
<!-- Member -->
6565
<div class="flex gap-4">
6666
<!-- Photo -->
67-
<img alt="Logo" src="/avatar.png" class="rounded-full w-24" />
67+
<img alt="Logo" src="avatar.png" class="rounded-full w-24" />
6868

6969
<div class="flex flex-col gap-2">
7070
<!-- Name -->
@@ -93,7 +93,7 @@ <h3 class="font-bold">Ebele Egbuna</h3>
9393
<!-- Member -->
9494
<div class="flex gap-4">
9595
<!-- Photo -->
96-
<img alt="Logo" src="/avatar.png" class="rounded-full w-24" />
96+
<img alt="Logo" src="avatar.png" class="rounded-full w-24" />
9797

9898
<div class="flex flex-col gap-2">
9999
<!-- Name -->
@@ -122,7 +122,7 @@ <h3 class="font-bold">Maria Powers</h3>
122122
<!-- Member -->
123123
<div class="flex gap-4">
124124
<!-- Photo -->
125-
<img alt="Logo" src="/avatar.png" class="rounded-full w-24" />
125+
<img alt="Logo" src="avatar.png" class="rounded-full w-24" />
126126

127127
<div class="flex flex-col gap-2">
128128
<!-- Name -->
@@ -151,7 +151,7 @@ <h3 class="font-bold">Delia Pawelke</h3>
151151
<!-- Member -->
152152
<div class="flex gap-4">
153153
<!-- Photo -->
154-
<img alt="Logo" src="/avatar.png" class="rounded-full w-24" />
154+
<img alt="Logo" src="avatar.png" class="rounded-full w-24" />
155155

156156
<div class="flex flex-col gap-2">
157157
<!-- Name -->

0 commit comments

Comments
 (0)