diff --git a/web/public/assets/ghost_writer_logo.png b/web/public/assets/ghost_writer_logo.png deleted file mode 100644 index 14c9e4e..0000000 Binary files a/web/public/assets/ghost_writer_logo.png and /dev/null differ diff --git a/web/public/assets/phantom_ink_logo.png b/web/public/assets/phantom_ink_logo.png new file mode 100644 index 0000000..9485d1e Binary files /dev/null and b/web/public/assets/phantom_ink_logo.png differ diff --git a/web/public/index.html b/web/public/index.html index 1268675..e4254bc 100644 --- a/web/public/index.html +++ b/web/public/index.html @@ -5,11 +5,11 @@ -
To use this site you must be using a laptop, desktop, or iPad. If you are on one of those devices and you still see this message, diff --git a/web/src/components/Attributions.vue b/web/src/components/Attributions.vue index e8a5c8e..8f58e59 100644 --- a/web/src/components/Attributions.vue +++ b/web/src/components/Attributions.vue @@ -12,7 +12,7 @@ >
- Ghost Writer is designed and created by
+ Phantom Ink is designed and created by
Resonym
Online Prototype Made By: Oliver Akins
diff --git a/web/src/components/GameBoard.vue b/web/src/components/GameBoard.vue
index 0ce7393..282ed43 100644
--- a/web/src/components/GameBoard.vue
+++ b/web/src/components/GameBoard.vue
@@ -100,14 +100,14 @@
{{ visible ? `Hide` : `Show` }} Past Questions
diff --git a/web/src/views/CreateJoin.vue b/web/src/views/CreateJoin.vue
index bce6bad..ecf72e0 100644
--- a/web/src/views/CreateJoin.vue
+++ b/web/src/views/CreateJoin.vue
@@ -1,10 +1,10 @@