mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-23 21:29:37 +02:00
Added auto-refresh for greeting and date. Fixed multiple React warnings
This commit is contained in:
parent
d257fbf9a3
commit
f137498e7e
16 changed files with 121 additions and 59 deletions
|
@ -13,7 +13,12 @@ const AppCard = (props: ComponentProps): JSX.Element => {
|
|||
const [displayUrl, redirectUrl] = urlParser(props.app.url);
|
||||
|
||||
return (
|
||||
<a href={redirectUrl} target='_blank' className={classes.AppCard}>
|
||||
<a
|
||||
href={redirectUrl}
|
||||
target='_blank'
|
||||
rel='noreferrer'
|
||||
className={classes.AppCard}
|
||||
>
|
||||
<div className={classes.AppCardIcon}>
|
||||
<Icon icon={iconParser(props.app.icon)} />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue