From f5f76f111b60b723791be05c1cbc521d1cad3aab Mon Sep 17 00:00:00 2001 From: Korytov Pavel Date: Wed, 26 Jul 2023 23:59:49 +0300 Subject: [PATCH] [TldrTechBridge] Add Web Dev and Founders sections (#3576) --- bridges/TldrTechBridge.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bridges/TldrTechBridge.php b/bridges/TldrTechBridge.php index ba7ebf6e..7d8febe1 100644 --- a/bridges/TldrTechBridge.php +++ b/bridges/TldrTechBridge.php @@ -23,7 +23,9 @@ class TldrTechBridge extends BridgeAbstract 'values' => [ 'Tech' => 'tech', 'Crypto' => 'crypto', - 'AI' => 'ai' + 'AI' => 'ai', + 'Web Dev' => 'engineering', + 'Founders' => 'founders' ], 'defaultValue' => 'tech' ]