From f2e1211661caba7c9f3d8977abec7e52cac851e0 Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Wed, 6 Nov 2024 20:48:38 -0600 Subject: [PATCH] chore:remove welcome page --- resources/views/welcome.blade.php | 105 ------------------------------ routes/web.php | 11 ++-- 2 files changed, 4 insertions(+), 112 deletions(-) delete mode 100644 resources/views/welcome.blade.php diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php deleted file mode 100644 index 8fca232..0000000 --- a/resources/views/welcome.blade.php +++ /dev/null @@ -1,105 +0,0 @@ -@extends('layouts.main-layout', ['attributes' => null]) - -@section('body') -
-
-
- -
- @auth - Dashboard - @endauth - -
-
-
-

A better portfolio

-
-
- d - h - m - s -
-
-
-
-

- Investbrain is a smart open-source platform that consolidates your portfolios from different brokerages, - tracks market performance across your portfolios, and gives you an AI-powered investment best friend. -

-
-

Stay up to date on our progress!

-
- - -
- - -
- - -
-
-
- - - -
-
-
- -
- - -@endsection \ No newline at end of file diff --git a/routes/web.php b/routes/web.php index aaee97e..0c120b9 100644 --- a/routes/web.php +++ b/routes/web.php @@ -1,5 +1,6 @@ group(function () {