Merge pull request 'bugfix/icon' (#16) from bugfix/icon into main

Reviewed-on: https://git.walzen665.de/Walzen665/sharepulse/pulls/16
This commit is contained in:
Max W. 2024-03-07 22:24:33 +00:00
commit 87a34489b6
3 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ plugins {
}
group = 'de.w665'
version = '1.0.1'
version = '1.1.0'
java {
sourceCompatibility = '21'

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -2,7 +2,7 @@
<html lang="en" data-theme="light">
<head>
<meta charset="utf-8">
<title>Frontend</title>
<title>SharePulse</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">