From 1e888fccbbb4b985e9b99992106fe659f395d036 Mon Sep 17 00:00:00 2001 From: jsun969 Date: Sat, 7 Dec 2024 13:45:57 +1030 Subject: [PATCH] feat(tip): abbreviation --- src/components/Tips.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Tips.tsx b/src/components/Tips.tsx index a30bea6..154230d 100644 --- a/src/components/Tips.tsx +++ b/src/components/Tips.tsx @@ -44,6 +44,7 @@ const TIPS = [ CS Club Open Source Team to work on projects like this! , + <>You can search for courses using abbreviations, ]; const tips = shuffle(TIPS);