File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5
5
< meta charset ="UTF-8 ">
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
7
< meta name ="description " content ="The best campus app for UCSB students ">
8
+ < meta name ="apple-itunes-app " content ="app-id=6449792730 ">
8
9
< meta property ="og:url " content ="https://gogaucho.app ">
9
10
< meta property ="og:title " content ="GoGaucho ">
10
11
< meta property ="og:description " content ="The best campus app for UCSB students ">
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ init()
23
23
<template >
24
24
<div class =" relative w-full min-h-full flex flex-col py-10 px-6 sm:px-20 all-transition sm:items-start" >
25
25
<img class =" fixed z-0 left-0 bottom-14 sm:bottom-0 w-full" :src =" banner" >
26
- <div class =" absolute top-0 left-0 w-full" >
26
+ <!-- < div class="absolute top-0 left-0 w-full">
27
27
<Wrapper :show="!state.isStandalone">
28
28
<div class="bg-blue-200 text-blue-700 p-2 flex items-center justify-center">
29
29
<a class="font-bold" href="https://apps.apple.com/us/app/gogaucho/id6449792730">Get the new GoGaucho iOS app!</a>
30
30
</div>
31
31
</Wrapper>
32
- </div >
32
+ </div> -->
33
33
<h1 class =" font-bold text-2xl" :class =" !state.isStandalone && 'mt-4'" >Hi, {{ state.user.name || 'Gaucho' }}</h1 >
34
34
<p class =" text-sm text-gray-500 mb-6" >{{ 'Welcome to GoGaucho' }}</p >
35
35
<DaySummary ></DaySummary >
You can’t perform that action at this time.
0 commit comments