Skip to content

Commit

Permalink
Updated file names
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedegeofroy committed Dec 25, 2024
1 parent 28ffaa8 commit 38c44a4
Show file tree
Hide file tree
Showing 9 changed files with 7,761 additions and 8,115 deletions.
8,319 changes: 1,402 additions & 6,917 deletions src/assets/monochrome-dark.json

Large diffs are not rendered by default.

7,546 changes: 6,355 additions & 1,191 deletions src/assets/monochrome-light.json

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions src/components/metroMarker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ export const MetroMarker = ({
pitchAlignment="auto"
rotationAlignment="auto"
>
<div
style={style}
className="w-fit items-center flex flex-col"
>
<div style={style} className="w-fit items-center flex flex-col">
<Icons.metro className="h-8 w-8" fill={fill} />
{textVisible && (
<p
Expand Down
2 changes: 1 addition & 1 deletion src/components/zoomControls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const ZoomControls = ({
className="flex active:opacity-75 justify-center cursor-pointer rounded-2xl items-center h-12 w-12 bg-background"
onClick={zoomOut}
>
<Minus className="h-8 w-8 text-muted-foreground" />
<Minus className="h-8 w-8 text-muted-foreground" />
</div>
</div>
);
Expand Down
2 changes: 1 addition & 1 deletion src/shared/events/app-events/vote.event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ export abstract class VoteEvent extends Event {
protected vote(voteId: number, optionId: number) {
this.emit('vote', { voteId, optionId });
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/shared/types/user-vote.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ export interface UserVote {
voteId: number;
optionId: number;
user: User;
}
}

0 comments on commit 38c44a4

Please sign in to comment.