diff --git a/public/index.html b/public/index.html index 59b4f4a..2d4633b 100644 --- a/public/index.html +++ b/public/index.html @@ -11,6 +11,7 @@ + React App diff --git a/src/components/Migrations/Error.js b/src/components/Migrations/Error.js index 57176bc..9719c74 100644 --- a/src/components/Migrations/Error.js +++ b/src/components/Migrations/Error.js @@ -2,7 +2,15 @@ import React from 'react' const Error = () => (
-

There was an error fetching news

+ + +
+
+
+ do_not_disturb +
+
+
) diff --git a/src/components/Migrations/MigrationSingle.js b/src/components/Migrations/MigrationSingle.js index 2fd124e..92ae715 100644 --- a/src/components/Migrations/MigrationSingle.js +++ b/src/components/Migrations/MigrationSingle.js @@ -3,7 +3,7 @@ import React from 'react'; const MigrationSingle = ({ item }) => (
-
+
  • {item.migration_status}