diff --git a/vue-frontend/server.js b/vue-frontend/server.js index 350316cca..aee146138 100755 --- a/vue-frontend/server.js +++ b/vue-frontend/server.js @@ -108,8 +108,8 @@ async function createServer( if (!isTest) { createServer().then(({ app }) => - app.listen(8080, () => { - console.log("http://localhost:8080"); + app.listen(3080, () => { + console.log("http://localhost:3080"); }), ); } diff --git a/vue-frontend/src/components/flutter-app-development/LandingSection.vue b/vue-frontend/src/components/flutter-app-development/LandingSection.vue index 226f88fdb..9d900659f 100644 --- a/vue-frontend/src/components/flutter-app-development/LandingSection.vue +++ b/vue-frontend/src/components/flutter-app-development/LandingSection.vue @@ -1,58 +1,33 @@