Skip to content

Commit

Permalink
fix: border cut off
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgetz10 committed Nov 22, 2024
1 parent b103532 commit a940983
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const TerritoryRectangle: React.FC<TerritoryShape> = ({
'M42,0.5 C42.8284271,0.5 43.5,1.17157288 43.5,2 L43.5,2 L43.5,26 C43.5,26.8284271 42.8284271,27.5 42,27.5 L42,27.5 L3,27.5 C2.17157288,27.5 1.5,26.8284271 1.5,26 L1.5,26 L1.5,2 C1.5,1.17157288 2.17157288,0.5 3,0.5 L3,0.5 Z'

return (
<svg viewBox='0 0 45 28' key={territory} className={territory}>
<svg viewBox='0 0 45 29' key={territory} className={territory}>
<g
{...otherProps}
strokeLinejoin='round'
Expand Down

0 comments on commit a940983

Please sign in to comment.