From f26f8bbc6fe17bf5bf54fbb6883cc34111229202 Mon Sep 17 00:00:00 2001 From: shockrah Date: Wed, 21 Apr 2021 01:31:27 -0700 Subject: [PATCH] fixed typo in configuration --- config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 112ce9b..20174da 100644 --- a/config.toml +++ b/config.toml @@ -150,7 +150,7 @@ theme = "sada" "Link: https://gitlab.com/shockrah/left-coast-server-bot" ] - [[params.projects.list] + [[params.projects.list]] title = "Esports League Bot" url = "https://gitlab.com/shockrah/league-bot" bullets = [ @@ -158,6 +158,7 @@ theme = "sada" "Support for multiple independent leagues constructed with NoSQL database", "Backpressure mitigated through asynchronous code architecture" ] + [[params.projects.list]] title = "ESP8266 Promiscuous Wifi Detection" url = "https://gitlab.com/shockrah/wifi-sens"