From 31f086343dcd0e6781a061f65ca3c82f93aea035 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Sat, 1 Jun 2024 10:23:25 +0100 Subject: [PATCH] hotfix: mailto link --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 3b81c8b..c71d9b1 100644 --- a/config.toml +++ b/config.toml @@ -47,7 +47,7 @@ bio = "Programming and cybersecurity" avatar = "img/avatar.webp" # Your avatar links = [ # Your links { name = "GitHub", icon = "github", url = "https://github.com/devraza" }, - { name = "Email", icon = "email", url = "mailto:devraza@skiff.com" }, + { name = "Email", icon = "email", url = "mailto:devraza.hazard643@slmail.me" }, ] homepage_layout = "about" # "about" | "list"