Skip to content

Commit

Permalink
Last Minute Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Iten-No-404 committed Dec 30, 2021
1 parent 84f12ca commit 509f232
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions tumblr-replica/src/components/Activity/Activity.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import NotificationsList from './NotificationsList';

import { getBlogId, fetchBlogs, setcurrentblog } from '../../states/features/userblogs/userblogsSlice';


/**
* Component for show the activity for the Blog it has graph
*
Expand Down Expand Up @@ -109,7 +108,7 @@ function Activity({ option }) {
}
console.log(Notes);
return (
<div>
<div>
<Grid container spacing={2}>
<Grid item xs={10} lg={6} sx={{ marginLeft: '10%' }}>
<Graph
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const ContinueWithGoogleButton = () => {
sx={{ spacing: 8, mt: 1.5 }}
>
<Button
id="google-login-button"
onClick={renderProps.onClick}
disabled={renderProps.disabled}
fullWidth
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const HereIsWhatIsTrendingButton = () => (
size="large"
font='"Favorit", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;'
style={{
color: '#FFFFFF', fontWeight: 'bold', textTransform: 'none',
color: '#000000', fontWeight: 'bold', textTransform: 'none',
}}
>
Here&apos;s what&apos;s trending
Expand Down

0 comments on commit 509f232

Please sign in to comment.