From 3670edebc76811647d7356b3ee672e256034b088 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 2 May 2021 19:29:21 -0700 Subject: Update InterestsHero.vue --- components/ui/interests/InterestsHero.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ui/interests/InterestsHero.vue b/components/ui/interests/InterestsHero.vue index 36af78a..525864c 100644 --- a/components/ui/interests/InterestsHero.vue +++ b/components/ui/interests/InterestsHero.vue @@ -11,7 +11,7 @@

- handle <- openFile "interest_description.txt" ReadMode
+ handle <- openFile "interests_description.txt" ReadMode
contents <- hGetContents handle
putStr contents
hClose handle
-- cgit v1.2.3