Skip to content

Commit

Permalink
Added: 24.07.02 - 02-07 20:23
Browse files Browse the repository at this point in the history
  • Loading branch information
Yagasaki7K committed Jul 2, 2024
1 parent 4bda952 commit 2d2bbbc
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Junho | V24.06
# Julho | V24.07.02
- Adicionado: XIVLauncher - Launcher de Final Fantasy XIV

# Junho | V24.06.02
- Removido página de downloads
- Removido tema claro
- Adicionado efeito circulas no fundo da página
Expand Down
Binary file modified bun.lockb
Binary file not shown.
Binary file added public/list/xivlauncher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/pages/api/items.js
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,14 @@ const items = [
corporation: "VideoLAN",
categories: "entertainment"
},
{
id: "xivlauncher",
name: "XIVLauncher",
img: "/list/xivlauncher.png",
url: "https://github.com/goatcorp/FFXIVQuickLauncher/releases",
corporation: "goatcorp",
categories: "entertainment"
},
{
id: "yuzu",
name: "Yuzu",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export default function Home() {
<li className="page"><a href="/shortenurl">Shorten URL</a></li>
<li className="page"><a href="/password">Password Generator</a></li>
<hr />
<p>v24.06.26</p>
<p>v24.07.02</p>
<p>Powered by Kalify Inc.</p>
</ul>
</SidebarMenuDetails>
Expand Down

0 comments on commit 2d2bbbc

Please sign in to comment.