Skip to content

Commit

Permalink
Updated landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
notangelmario committed Jul 25, 2023
1 parent d333856 commit 87d5038
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/lib/app.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import "dotenv";

export const APP = {
version: "4.1.1",
version: "4.1.2",
codename: "Dorina",
githubRepo: "https://github.com/notangelmario/paquet",
umamiUrl: Deno.env.get("UMAMI_URL"),
Expand Down
4 changes: 2 additions & 2 deletions src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ export default function Welcome({ data: { apps } }: PageProps<DataProps>) {
</span>{" "}
in mind.
</h3>
<div class="max-w-screen-sm w-full mx-auto">
<ul class="list-disc list-outside ml-4 text-lg">
<div class="max-w-screen-sm w-full mx-auto text-center">
<ul class="text-lg">
<li>
<a
class="underline"
Expand Down

0 comments on commit 87d5038

Please sign in to comment.