From 75d4b714dafea8d8f36427462c3173fdcd25ca52 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Mon, 19 Sep 2022 13:15:39 +0630 Subject: [PATCH] Update tag style and tag icon --- src/components/Tag.astro | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/src/components/Tag.astro b/src/components/Tag.astro index 2b74271..3212341 100644 --- a/src/components/Tag.astro +++ b/src/components/Tag.astro @@ -11,27 +11,31 @@ const { name, size = "sm" } = Astro.props; const slug = slugify(name); --- -
  • +
  • - {name} +  {name}