Skip to content

Commit

Permalink
Merge pull request #8934 from weseek/support/149579-update-logo-design
Browse files Browse the repository at this point in the history
support: Update logo design
  • Loading branch information
yuki-takei authored Jul 3, 2024
2 parents 3f3243f + b319229 commit 689f128
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 25 deletions.
14 changes: 7 additions & 7 deletions apps/app/public/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 15 additions & 16 deletions apps/app/src/components/Common/GrowiLogo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,28 @@ const GrowiLogo = memo(() => (
xmlns="http://www.w3.org/2000/svg"
width="32"
height="32"
viewBox="0 0 226.44 196.11"
viewBox="0 0 64 56"
>
<path
d="M56.61 196.11L169.83 196.11 226.44 98.06 188.7 98.06 150.96 163.43 75.48 163.43 56.61 196.11z"
className="group2"
>
</path>
<path
// eslint-disable-next-line max-len
d="M75.48 98.05L94.35 65.37 150.96 65.38 207.57 65.37 207.57 65.38 226.44 98.06 169.83 98.06 113.22 98.06 94.39 130.66 94.3 130.66 84.92 114.4 75.48 98.05z"
// eslint-disable-next-line max-len
d="M17.123 33.8015L10.4717 45.3855C10.2686 45.7427 10.2686 46.1829 10.4717 46.5337L15.5934 55.4514C15.7838 55.7767 16.171 55.9999 16.5645 55.9999H17.123L23.5014 44.9007L17.123 33.8015Z"
className="group1"
>
</path>
/>
<path
// eslint-disable-next-line max-len
d="M50.8118 29.0493L42.0343 44.3331C41.8693 44.6138 41.571 44.9072 41.0632 44.9072H23.4956L17.1172 56H47.4607C47.8542 56 48.1842 55.8023 48.3873 55.4514L63.5559 29.043H50.8118V29.0493Z"
className="group2"
/>
<path
d="M0 98.06L56.6 0 113.22 0.01 169.83 0.01 169.83 0.01 188.69 32.68 132.09 32.69 75.47 32.69 18.86 130.74 0 98.06z"
// eslint-disable-next-line max-len
d="M63.8353 28.5773C64.0447 28.22 64.0574 27.8182 63.8543 27.461L58.7262 18.5369C58.5231 18.1797 58.174 17.9501 57.7615 17.9501H26.8975C26.485 17.9501 26.1106 18.1733 25.9011 18.5178L21.0586 26.9379L27.437 38.0499L32.1272 29.8849C32.4255 29.3746 32.9713 29.0557 33.5552 29.0557H63.5624L63.8353 28.5836V28.5773Z"
className="group1"
>
</path>
/>
<path
d="M75.48 163.43L56.61 130.74 37.71 163.46 47.15 179.81 56.54 196.07 56.63 196.07 75.48 163.43z"
// eslint-disable-next-line max-len
d="M22.956 11.0992H54.4546L48.4125 0.580476C48.2094 0.22326 47.8604 0 47.4478 0H16.5839C16.1714 0 15.7969 0.204123 15.5875 0.56134L0.152321 27.4227C-0.0507735 27.7799 -0.0507735 28.2137 0.152321 28.5709L6.20706 39.1088L21.9595 11.6606C22.1626 11.3033 22.5434 11.0928 22.956 11.0928V11.0992Z"
className="group1"
>
</path>
/>
</svg>
</div>
));
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// == GROWI Official Color
$growi-green: #74bc46;
$growi-blue: #175fa5;
$growi-green: #7AD340;
$growi-blue: #428DD1;

0 comments on commit 689f128

Please sign in to comment.