Skip to content

Commit

Permalink
fix: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
devcer committed Nov 25, 2023
1 parent 8b7d0d2 commit 944ed20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/MONETIZATION.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
import WebMonetizationTags from "./components/WebMonetizationTags.astro";
export type TwitterCardType = "summary" | "summary_large_image" | "app" | "player";
export interface Link extends HTMLLinkElement {
prefetch: boolean;
Expand Down
4 changes: 3 additions & 1 deletion src/pages/monetizationTags.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ import MONETIZATION from "../MONETIZATION.astro";
pointer="$ilp.rafiki.money/isantoshv"
/>
</head>
<body>Test</body>
<body>
<h1 style="text-align:center;">Hello Costa Rica.</h1>
</body>
</html>

0 comments on commit 944ed20

Please sign in to comment.