Skip to content

Commit a0db828

Browse files
committed
New logo
1 parent 39b89b5 commit a0db828

3 files changed

Lines changed: 21 additions & 17 deletions

File tree

contents/img/logo.svg

Lines changed: 11 additions & 13 deletions
Loading

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
<nav class="menu-bar bg-gradient-to-r from-slate-800/90 to-slate-700/90 backdrop-blur-2xl border-b border-slate-600/50 px-8 py-3 flex items-center justify-between relative z-10 flex-shrink-0">
7373
<div class="flex items-center space-x-6">
7474
<!-- Enhanced Logo -->
75-
<div class="w-12 h-12 bg-gradient-to-br from-emerald-500 via-blue-500 to-purple-600 rounded-2xl flex items-center justify-center shadow-lg shadow-blue-500/20 ring-2 ring-white/10">
76-
<img src="./contents/img/logo.svg" alt="Logo" class="w-8 h-8">
75+
<div class="w-12 h-12 bg-gradient-to-br from-emerald-500 via-blue-500 to-purple-600 rounded-2xl flex items-center justify-center shadow-lg shadow-blue-500/20 ring-2 ring-white/10 p-2">
76+
<img src="./contents/img/logo.svg" alt="Logo" class="w-full h-full object-contain">
7777
</div>
7878

7979
<!-- Enhanced Menu Buttons -->

version.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
{
2-
"version": "2.1.21",
2+
"version": "2.1.22",
33
"date": "2025-06-12",
4-
"changelog": "Fix versioning bug",
4+
"changelog": "New logo",
55
"history": [
6+
{
7+
"version": "2.1.22",
8+
"date": "2025-06-12",
9+
"changelog": "New logo",
10+
"type": "patch"
11+
},
612
{
713
"version": "2.1.21",
814
"date": "2025-06-12",

0 commit comments

Comments
 (0)