Skip to content

Commit

Permalink
Remove redundant id
Browse files Browse the repository at this point in the history
  • Loading branch information
hanydd committed Sep 5, 2024
1 parent 42577fb commit f8f2b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/YouTubeLogoButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const YouTubeLogoButton: React.FC<YouTubeLogoButtonProps> = ({ isBound, onClick,
};

return (
<button id="bsbPortButton" className="youtube-logo-button" onClick={handleClick} title={title}>
<button className="youtube-logo-button" onClick={handleClick} title={title}>
<svg className="youtube-logo-svg" viewBox="0 0 68 48" xmlns="http://www.w3.org/2000/svg">
<path
fill={fillColor}
Expand Down

0 comments on commit f8f2b15

Please sign in to comment.