Skip to content

Commit

Permalink
fix broken images and fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisjofrank committed Nov 29, 2024
1 parent 0c86469 commit fa4086c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ site.copy("runtime/fundamentals/images");
site.copy("runtime/getting_started/images");
site.copy("runtime/reference/images");
site.copy("runtime/contributing/images");
site.copy("runtime/tutorials/images");
site.copy("learn/tutorials/images");
site.copy("deploy/manual/images");
site.copy("deno.json");
site.copy("go.json");
Expand Down
6 changes: 3 additions & 3 deletions learn/_pages/LandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ export default function LandingPage() {
</p>
</div>
<div className=" mb-2 flex gap-2 flex-wrap items-center">
<h2 className="font-semibold mb-2 mt-2">
Filter by type:
</h2>
<h2 className="font-semibold mb-2 mt-2">
Filter by type:
</h2>
<label for="example" className="mr-4 ml-4 flex items-center">
<ExampleIcon color="#9d9d9d" />Examples:
<span className="switch">
Expand Down

0 comments on commit fa4086c

Please sign in to comment.