Skip to content

Commit

Permalink
Update index.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
wuletawwonte authored Sep 9, 2024
1 parent ba63a9e commit fdd3692
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pages/projects/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ const projects = [
href: "https://ethresale.netlify.app/",
image: "/images/ethresale.svg",
},
{
title: "EthHours",
description:
"An extension for chrome that shows the current time in Ethiopian numerals.",
href: "https://clock.wuletawwonte.com/",
image: "/images/ethhours.svg",
}
];
</script>

Expand Down

0 comments on commit fdd3692

Please sign in to comment.