diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml
index c849b876..3610b826 100644
--- a/.github/workflows/firebase-hosting-merge.yml
+++ b/.github/workflows/firebase-hosting-merge.yml
@@ -4,10 +4,8 @@
name: Deploy to Firebase Hosting on merge
on:
release:
- types: [published]
- push:
- branches:
- - hotfix
+ types: [ published ]
+
jobs:
build_and_deploy:
runs-on: ubuntu-latest
diff --git a/public/logo.svg b/public/logo.svg
deleted file mode 100644
index 82a4145b..00000000
--- a/public/logo.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/public/logo_bg.png b/public/logo_bg.png
deleted file mode 100644
index b7140cee..00000000
Binary files a/public/logo_bg.png and /dev/null differ
diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue
index 86432950..76c690db 100644
--- a/src/components/NavBar.vue
+++ b/src/components/NavBar.vue
@@ -25,17 +25,15 @@ function toggleState(item) {
CodeReviewShop was originally started to handle the increasing requests to assist my colleagues and friends in programing related courses. @@ -60,6 +59,13 @@ const values = [ engineering journey.
+ CodeReviewShop focuses on developing skill workshops to teach students about software development tools and + traditional problem solving. +
+@@ -70,15 +76,10 @@ const values = [
{{ item.name }}
{{ item.desc }}
diff --git a/src/views/Home/HomeView.vue b/src/views/Home/HomeView.vue index b22ba103..ce798e34 100644 --- a/src/views/Home/HomeView.vue +++ b/src/views/Home/HomeView.vue @@ -1,6 +1,7 @@ @@ -8,6 +9,9 @@ import WelcomeMsgSection from "./WelcomeMsgSection.vue";