From 3e831ff52dc6966b466bbbfeec62f92a3958b63e Mon Sep 17 00:00:00 2001 From: Felipe Arce Date: Wed, 3 Apr 2024 12:17:07 -0300 Subject: [PATCH 1/2] fix: link bug --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c29d5e6..aa191d4 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ antes de empezar tienes que instalar estos programas - [Rust](https://rust-lang.org/tools/install) - [NodeJs](https://nodejs.org) -- [Trunk](https://trunk.dev) +- [Trunk](https://trunkrs.dev/) ## Requisitos Windows >= 10 - [BusyBox](https://busybox.net/) From 25d35812705700af71dc76d80ca6f33ed786e379 Mon Sep 17 00:00:00 2001 From: Felipe Arce Date: Wed, 3 Apr 2024 13:58:21 -0300 Subject: [PATCH 2/2] fix: Overflow issue with the GitHub icon --- src/components/cards/project_card.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/cards/project_card.rs b/src/components/cards/project_card.rs index 3e29d37..164c9ca 100644 --- a/src/components/cards/project_card.rs +++ b/src/components/cards/project_card.rs @@ -21,7 +21,7 @@ pub fn ProjectCard( let current_color = (*colors.get(&button_bg_color).unwrap()).to_string(); view! { -