Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

## [v1.0.0](https://github.com/creevoo/official-site/releases/tag/v1.0.0) - 2025-01-20 11:00:11

\* *This CHANGELOG was automatically generated by [auto-generate-changelog](https://github.com/BobAnkh/auto-generate-changelog)*
\* _This CHANGELOG was automatically generated by [auto-generate-changelog](https://github.com/BobAnkh/auto-generate-changelog)_
Binary file modified src/app/apple-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/app/favicon.ico
Binary file not shown.
Binary file modified src/app/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions src/shared/components/common/logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ export function Logo({
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<rect width="512" height="512" rx="160" fill="#163200" />
<rect width="512" height="512" rx="160" fill="#000000" />
<rect
opacity="0.09"
x="26.0793"
y="26.0793"
width="460.841"
height="460.841"
rx="133.921"
stroke="#A0E870"
stroke="#FFFFFF"
strokeWidth="2.15851"
/>
<rect
Expand All @@ -35,39 +35,39 @@ export function Logo({
width="438.841"
height="438.841"
rx="123.921"
stroke="#A0E870"
stroke="#FFFFFF"
strokeWidth="2.15851"
/>
<path
d="M360.984 256C360.984 299.47 348.913 338.608 329.653 366.741C310.377 394.897 284.251 411.62 256 411.62C227.749 411.62 201.623 394.897 182.347 366.741C163.087 338.608 151.016 299.47 151.016 256C151.016 212.53 163.087 173.392 182.347 145.259C201.623 117.103 227.749 100.38 256 100.38C284.251 100.38 310.377 117.103 329.653 145.259C348.913 173.392 360.984 212.53 360.984 256Z"
stroke="#A0E870"
stroke="#FFFFFF"
strokeWidth="9.86441"
/>
<path
d="M346.919 308.492C325.184 346.138 295.161 373.997 264.415 388.731C233.643 403.477 202.656 404.896 178.19 390.77C153.724 376.645 139.46 349.1 136.844 315.078C134.231 281.084 143.346 241.154 165.081 203.508C186.816 165.862 216.839 138.003 247.585 123.269C278.357 108.523 309.343 107.104 333.81 121.23C358.276 135.355 372.54 162.9 375.156 196.922C377.769 230.915 368.654 270.846 346.919 308.492Z"
stroke="#A0E870"
stroke="#FFFFFF"
strokeWidth="9.86441"
/>
<path
d="M256 360.984C212.53 360.984 173.392 348.913 145.259 329.653C117.103 310.377 100.38 284.251 100.38 256C100.38 227.749 117.103 201.623 145.259 182.347C173.392 163.087 212.53 151.016 256 151.016C299.47 151.016 338.608 163.087 366.741 182.347C394.897 201.623 411.62 227.749 411.62 256C411.62 284.251 394.897 310.377 366.741 329.653C338.608 348.913 299.47 360.984 256 360.984Z"
stroke="#A0E870"
stroke="#FFFFFF"
strokeWidth="9.86441"
/>
<path
d="M256 360.984C212.53 360.984 173.392 348.913 145.259 329.653C117.103 310.377 100.38 284.251 100.38 256C100.38 227.749 117.103 201.623 145.259 182.347C173.392 163.087 212.53 151.016 256 151.016C299.47 151.016 338.608 163.087 366.741 182.347C394.897 201.623 411.62 227.749 411.62 256C411.62 284.251 394.897 310.377 366.741 329.653C338.608 348.913 299.47 360.984 256 360.984Z"
stroke="#A0E870"
stroke="#FFFFFF"
strokeWidth="9.86441"
/>
<path
d="M203.508 346.919C165.862 325.184 138.003 295.161 123.269 264.415C108.523 233.643 107.104 202.656 121.23 178.19C135.355 153.724 162.9 139.46 196.922 136.844C230.916 134.231 270.846 143.346 308.492 165.081C346.138 186.816 373.997 216.839 388.731 247.585C403.477 278.357 404.896 309.344 390.77 333.81C376.645 358.276 349.1 372.54 315.078 375.156C281.085 377.769 241.154 368.654 203.508 346.919Z"
stroke="#A0E870"
stroke="#FFFFFF"
strokeWidth="9.86441"
/>
<circle
cx="255.452"
cy="255.452"
r="36.1695"
stroke="#A0E870"
stroke="#FFFFFF"
strokeWidth="9.86441"
/>
</svg>
Expand Down
2 changes: 1 addition & 1 deletion src/shared/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
--color-surface: 0 0 98%;
--color-border: 0 0 93%;
--color-input: 0 0 94%;
--color-primary: 94 100 10%;
--color-primary: 0 0 0%;
--color-primary-foreground: 0 0 98%;
--color-secondary: 96 72 67%;
--color-secondary-foreground: 0 0 10%;
Expand Down