Skip to content

Commit 15eacd6

Browse files
committed
add favicon icon
1 parent 32022b2 commit 15eacd6

File tree

9 files changed

+1903
-1566
lines changed

9 files changed

+1903
-1566
lines changed
15 KB
Binary file not shown.

src/main/resources/templates/All-friends.html

Lines changed: 336 additions & 286 deletions
Large diffs are not rendered by default.

src/main/resources/templates/Friend-request.html

Lines changed: 391 additions & 338 deletions
Large diffs are not rendered by default.

src/main/resources/templates/Friend-suggestions.html

Lines changed: 336 additions & 298 deletions
Large diffs are not rendered by default.

src/main/resources/templates/feed.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<title>MindSpace - ZapVerse</title>
6+
<link rel="icon" type="image/x-icon" th:href="@{/favicon.ico}" />
67
<link
78
rel="stylesheet"
89
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css"
@@ -616,6 +617,10 @@
616617
transition: transform 0.3s ease, text-shadow 0.3s ease;
617618
}
618619

620+
.zapverse-logo-link {
621+
all: unset;
622+
}
623+
619624
/* .zapverse-logo-text:hover {
620625
text-shadow: 0 0 10px rgba(0, 255, 136, 0.7);
621626
transform: translateY(-2px);

src/main/resources/templates/login.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>ZapVerse</title>
7+
<link rel="icon" type="image/x-icon" th:href="@{/favicon.ico}" />
78
<!-- Bootstrap CSS CDN -->
89
<link
910
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"

0 commit comments

Comments
 (0)