Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Commit

Permalink
Update NotificationBar.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Asiern committed Oct 10, 2020
1 parent 6754265 commit f1b3c6e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Source/app/components/NotificationBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ const NotificationBar = (props) => {
color={colors.darkgrey}
/>
) : (
<NotificationCard
width={props.width}
text={
"No notifications were found. Make sure your API-Key and your Speedrun.com notifications settings are correct. Otherwise try restarting the app."
}
backgroundColor={colors.primary}
color={colors.white}
/>
<NotificationCard
width={props.width}
text={
"No notifications were found. Make sure your API-Key and your Speedrun.com notifications settings are correct. Otherwise try restarting the app."
}
backgroundColor={colors.primary}
color={colors.white}
/>
)}
</View>
);
Expand Down

0 comments on commit f1b3c6e

Please sign in to comment.