summary refs log tree commit diff
path: root/utils/profiles.ts
diff options
context:
space:
mode:
authorAshelyn Rose <git@tempest.dev>2023-11-04 14:22:15 -0600
committerAshelyn Rose <git@tempest.dev>2023-11-18 13:45:39 -0700
commitf9a75bf672b8300ea8028b141249c46509bbe4c5 (patch)
treeba5a9696d747f2ce1924f09467b8d3ef0865c578 /utils/profiles.ts
parent7804d2cd10d46ff7890e402b922b9be12fd50f7c (diff)
Add corona, adjust styles
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
 }