diff options
author | Ashelyn Rose <git@tempest.dev> | 2023-11-04 14:22:15 -0600 |
---|---|---|
committer | Ashelyn Rose <git@tempest.dev> | 2023-11-18 13:45:39 -0700 |
commit | f9a75bf672b8300ea8028b141249c46509bbe4c5 (patch) | |
tree | ba5a9696d747f2ce1924f09467b8d3ef0865c578 /utils/profiles.ts | |
parent | 7804d2cd10d46ff7890e402b922b9be12fd50f7c (diff) |
Add corona, adjust styles
Diffstat (limited to 'utils/profiles.ts')
-rw-r--r-- | utils/profiles.ts | 3 |
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 } |