summary refs log tree commit diff
path: root/utils/profiles.ts
diff options
context:
space:
mode:
Diffstat (limited to 'utils/profiles.ts')
-rw-r--r--utils/profiles.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/profiles.ts b/utils/profiles.ts
index ec3535a..06302a2 100644
--- a/utils/profiles.ts
+++ b/utils/profiles.ts
@@ -1,7 +1,8 @@
 import rose from '~/images/profile/rose.png'
 import dawn from '~/images/profile/dawn.png'
 import echo from '~/images/profile/echo.png'
+import corona from '~/images/profile/corona.png'
 
 export default {
-  rose, dawn, echo
+  rose, dawn, echo, corona
 }