Skip to content

Commit

Permalink
chore(deps): update dependency https://deno.land/x/tabler_icons_tsx t…
Browse files Browse the repository at this point in the history
…o v0.0.5 (#51)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 2, 2023
1 parent d654015 commit 6b4f4c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions components/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Campfire from "https://deno.land/x/[email protected].4/tsx/campfire.tsx";
import BrandGithub from "https://deno.land/x/[email protected].4/tsx/brand-github.tsx";
import Campfire from "https://deno.land/x/[email protected].5/tsx/campfire.tsx";
import BrandGithub from "https://deno.land/x/[email protected].5/tsx/brand-github.tsx";
import { author } from "@/utils/website.ts";

export function Footer() {
Expand Down
6 changes: 3 additions & 3 deletions components/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Campfire from "https://deno.land/x/[email protected].4/tsx/campfire.tsx";
import IconRss from "https://deno.land/x/[email protected].4/tsx/rss.tsx";
import IconActivity from "https://deno.land/x/[email protected].4/tsx/activity.tsx";
import Campfire from "https://deno.land/x/[email protected].5/tsx/campfire.tsx";
import IconRss from "https://deno.land/x/[email protected].5/tsx/rss.tsx";
import IconActivity from "https://deno.land/x/[email protected].5/tsx/activity.tsx";

export function Header({ title }: { title: string }) {
const menus = [
Expand Down

0 comments on commit 6b4f4c9

Please sign in to comment.