diff options
| author | Fuwn <[email protected]> | 2021-05-02 19:29:21 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-02 19:29:21 -0700 |
| commit | 3670edebc76811647d7356b3ee672e256034b088 (patch) | |
| tree | 8544174a6a0562d6c32dfc7e57aae346bf55f824 | |
| parent | fix: spelling of silq (diff) | |
| download | me-3670edebc76811647d7356b3ee672e256034b088.tar.xz me-3670edebc76811647d7356b3ee672e256034b088.zip | |
Update InterestsHero.vue
| -rw-r--r-- | components/ui/interests/InterestsHero.vue | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <p class="wow fadeInUp" data-wow-delay="1.2s"> <code> - handle <- openFile "interest_description.txt" ReadMode <br> + handle <- openFile "interests_description.txt" ReadMode <br> contents <- hGetContents handle <br> putStr contents <br> hClose handle <br> |