Button animations

This commit is contained in:
mrfry 2021-05-21 09:35:03 +02:00
parent 0fcdcbc812
commit 254482e812
5 changed files with 1 additions and 17 deletions

View file

@ -44,7 +44,6 @@ export default function NewsEntry({
<div className={'actions'}>
{uid === user ? (
<span
className={styles.delete_bttn}
onClick={() => {
onPostDelete()
}}