Skip to content

Commit

Permalink
chore+fix: fix "Power By IC" logo outline
Browse files Browse the repository at this point in the history
  • Loading branch information
rupansh committed Mar 14, 2024
1 parent cac8eff commit a52eef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/component/social.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fn FollowItem(#[prop(into)] href: String, #[prop(into)] icon: icondata::Icon) ->
<a
href=href
target="_blank"
class="h-12 w-12 text-2xl rounded-full grid place-items-center aspect-square border-[1px] border-primary-600"
class="h-12 w-12 text-2xl rounded-full grid place-items-center aspect-square border border-primary-600"
>
<Icon icon/>
</a>
Expand Down
6 changes: 1 addition & 5 deletions src/page/menu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@ fn MenuFooter() -> impl IntoView {
<Twitter/>
<IcWebsite/>
</div>
<svg class="h-14" viewBox="0 0 228 49">
<path
stroke="#F15A24"
d="M224 .5H4C2 .5.5 2.1.5 4v41c0 2 1.6 3.5 3.5 3.5h220c2 0 3.5-1.6 3.5-3.5V4c0-2-1.6-3.5-3.5-3.5Z"
></path>
<svg class="h-14 rounded-md outline outline-primary-600 outline-1" viewBox="0 0 228 49">
<path
fill="#F15A24"
d="M51.4 12c-3 0-6.1 1.5-9.5 4.5l-4 4.1 3.5 3.8c1-1.2 2.3-2.8 4-4.2 3-2.7 4.9-3.2 6-3.2 4.2 0 7.5 3.3 7.5 7.5 0 4.1-3.4 7.5-7.5 7.5h-.8c1.2.5 2.6.8 3.8.8 7.7 0 9.2-5 9.3-5.4l.3-3C64 17.7 58.3 12 51.4 12Z"
Expand Down

0 comments on commit a52eef0

Please sign in to comment.