Skip to content

Commit

Permalink
updated sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
Samar-28 committed Jan 18, 2024
1 parent 97c04a1 commit fb5de41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Pages/Bitbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default function Bitbox() {

const inputRef = React.useRef(null);
//Date 20 days 2 hours 5 minutes 30 seconds in future
const [date, setDate] = React.useState(new Date("2024-02-01"));
const [date, setDate] = React.useState(new Date("2024-03-01"));
useEffect(() => {
setTimeout(() => {
if (inputRef) {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Bitbox/Sponsors.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ color='white'>
justifyContent={'center'}

>
<Image src= "/logo-google.webp" w={'50%'} h={'50%'} className='image' margin='auto' position={'relative'}/>
<Image src= "/axure.webp" w={'50%'} h={'50%'} className='image' margin='auto' position={'relative'}/>
</GridItem><GridItem
w="17vw"
h="17vw"
Expand Down

0 comments on commit fb5de41

Please sign in to comment.