Skip to content

Commit f90ce57

Browse files
committed
Update footer and route links
1 parent d0dcb28 commit f90ce57

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default function Footer() {
55
<footer class="my-8 text-center">
66
<Container>
77
<a
8-
href="https://angelmario.eu"
8+
href="https://notangelmario.dev"
99
target="_blank"
1010
class="hover:underline opacity-75 text-center"
1111
>

src/routes/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ export default async function Welcome(req: Request) {
275275
Paquet
276276
</h2>
277277
<a
278-
href="https://angelmario.eu"
278+
href="https://notangelmario.dev"
279279
rel="noopener noreferrer"
280280
target="_blank"
281281
class="opacity-50 hover:underline"

src/types/App.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export interface App {
4545

4646
accentColor: string;
4747

48-
features: ["openSource" | "auth" | "mobile" | "desktop" | "offline"];
48+
features: Array<"openSource" | "auth" | "mobile" | "desktop" | "offline">;
4949

5050
githubUrl?: string;
5151
gitlabUrl?: string;

0 commit comments

Comments
 (0)