Skip to content

Commit cb4815f

Browse files
committed
Added iOS app banner
1 parent 5932d10 commit cb4815f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta name="description" content="The best campus app for UCSB students">
8+
<meta name="apple-itunes-app" content="app-id=6449792730">
89
<meta property="og:url" content="https://gogaucho.app">
910
<meta property="og:title" content="GoGaucho">
1011
<meta property="og:description" content="The best campus app for UCSB students">

src/views/Home.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ init()
2323
<template>
2424
<div class="relative w-full min-h-full flex flex-col py-10 px-6 sm:px-20 all-transition sm:items-start">
2525
<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">
2727
<Wrapper :show="!state.isStandalone">
2828
<div class="bg-blue-200 text-blue-700 p-2 flex items-center justify-center">
2929
<a class="font-bold" href="https://apps.apple.com/us/app/gogaucho/id6449792730">Get the new GoGaucho iOS app!</a>
3030
</div>
3131
</Wrapper>
32-
</div>
32+
</div> -->
3333
<h1 class="font-bold text-2xl" :class="!state.isStandalone && 'mt-4'">Hi, {{ state.user.name || 'Gaucho' }}</h1>
3434
<p class="text-sm text-gray-500 mb-6">{{ 'Welcome to GoGaucho' }}</p>
3535
<DaySummary></DaySummary>

0 commit comments

Comments
 (0)