Skip to content

Commit

Permalink
Replaces Globo logo with a camera lens image
Browse files Browse the repository at this point in the history
  • Loading branch information
luccasmaso committed Jan 31, 2023
1 parent 17dcc16 commit 9b51377
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 70 deletions.
4 changes: 2 additions & 2 deletions lib/Components/Voting/VotingView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export default function VotingView(props: { results: Result[] }) {
<img className='w-8 h-8 object-cover rounded-full grayscale' src='/images/robo-2.png' />
</div>

<div className='w-10 h-10 rounded-full'>
<img className='w-full h-full object-cover' src='/images/globo.svg' />
<div className='w-12 h-12 rounded-full'>
<img className='w-full h-full object-cover' src='/images/camera.png' />
</div>

<div className='flex items-center gap-1'>
Expand Down
Binary file added public/images/camera.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 0 additions & 68 deletions public/images/globo.svg

This file was deleted.

1 comment on commit 9b51377

@vercel
Copy link

@vercel vercel bot commented on 9b51377 Jan 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.