Skip to content

Commit

Permalink
To the left
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Sep 13, 2023
1 parent 53f092a commit a300296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default class Logo extends React.Component<IProps, IState> {
let memeSelector = 4;
return (
<OverlayTrigger
placement="top"
placement="left"
onToggle={showing => {
if (showing) {
memeSelector = Math.round(Math.random() * 100) % 26;
Expand Down

0 comments on commit a300296

Please sign in to comment.