File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export default function Footer() {
5
5
< footer class = "my-8 text-center" >
6
6
< Container >
7
7
< a
8
- href = "https://angelmario.eu "
8
+ href = "https://notangelmario.dev "
9
9
target = "_blank"
10
10
class = "hover:underline opacity-75 text-center"
11
11
>
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ export default async function Welcome(req: Request) {
275
275
Paquet
276
276
</ h2 >
277
277
< a
278
- href = "https://angelmario.eu "
278
+ href = "https://notangelmario.dev "
279
279
rel = "noopener noreferrer"
280
280
target = "_blank"
281
281
class = "opacity-50 hover:underline"
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ export interface App {
45
45
46
46
accentColor : string ;
47
47
48
- features : [ "openSource" | "auth" | "mobile" | "desktop" | "offline" ] ;
48
+ features : Array < "openSource" | "auth" | "mobile" | "desktop" | "offline" > ;
49
49
50
50
githubUrl ?: string ;
51
51
gitlabUrl ?: string ;
You can’t perform that action at this time.
0 commit comments