Skip to content

Commit fef7d21

Browse files
authored
Update Notify.js
1 parent 35e18fb commit fef7d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/Notify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const Notify = (props) => {
6666
<Link to={`/user/${user && user.uid}`} style={{ color: 'inherit', textDecoration: 'none',zIndex:'99' }}>
6767
<p style={{ margin: '0', marginRight: '5px', fontSize: '14.5px',marginTop:'-2.5px' }}>{user && user.username}</p>
6868
</Link>
69-
<Link to={`/post/${props.postid}`} style={{ color: 'inherit', textDecoration: 'none' }}>
69+
<Link to={`/user/${user && user.uid}`} style={{ color: 'inherit', textDecoration: 'none' }}>
7070
<p style={{ fontSize: '13.65px', color: 'rgb(161, 148, 148)'}}>{content}</p>
7171
</Link>
7272
</div>

0 commit comments

Comments
 (0)