Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust help center unread icon #97984

Merged
merged 1 commit into from
Jan 6, 2025
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 apps/help-center/help-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const HelpCenterIcon: React.FC< HelpCenterIconProps > = ( { hasUnread } )
d="M12 2C6.477 2 2 6.477 2 12C2 17.523 6.477 22 12 22C17.523 22 22 17.523 22 12C22 6.477 17.523 2 12 2ZM13 18H11V16H13V18ZM13 13.859V15H11V13C11 12.448 11.448 12 12 12C13.103 12 14 11.103 14 10C14 8.897 13.103 8 12 8C10.897 8 10 8.897 10 10H8C8 7.791 9.791 6 12 6C14.209 6 16 7.791 16 10C16 11.862 14.722 13.413 13 13.859Z"
fill="var( --color-masterbar-icon )"
/>
<circle cx="20" cy="5" r="4" fill="#e65054" stroke="#101517" strokeWidth="2" />
<circle cx="20" cy="3.5" r="4.3" fill="#e65054" stroke="#1d2327" strokeWidth="2" />
</svg>
);
}
Expand Down
2 changes: 1 addition & 1 deletion packages/help-center/src/components/help-icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const HelpIcon = forwardRef< SVGSVGElement >( ( _, ref ) => {
xmlns="http://www.w3.org/2000/svg"
>
<path d="M12 4.75a7.25 7.25 0 100 14.5 7.25 7.25 0 000-14.5zM3.25 12a8.75 8.75 0 1117.5 0 8.75 8.75 0 01-17.5 0zM12 8.75a1.5 1.5 0 01.167 2.99c-.465.052-.917.44-.917 1.01V14h1.5v-.845A3 3 0 109 10.25h1.5a1.5 1.5 0 011.5-1.5zM11.25 15v1.5h1.5V15h-1.5z" />
<circle cx="20" cy="5" r="4" fill="#e65054" stroke="#101517" strokeWidth="1" />
<circle cx="20" cy="3.5" r="4.3" fill="#e65054" stroke="#1d2327" strokeWidth="1" />
</svg>
) : (
<svg
Expand Down
Loading