Skip to content

Commit 3690367

Browse files
Merge pull request #3 from imprakharshukla/dev
fixed tests
2 parents 9445666 + 72687cf commit 3690367

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

.github/workflows/chrome-e2e.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Chrome E2E CI
22
on:
3-
push:
4-
branches:
5-
- master
63
pull_request:
74
branches:
85
- master

.github/workflows/netlify-deploy.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ on:
66
jobs:
77
build:
88
runs-on: ubuntu-latest
9-
strategy:
10-
fail-fast: false
11-
matrix:
12-
containers: [ 1, 2, 3 ]
139
name: Build
1410
steps:
1511
- name: Checking out code ⚡

components/Global/Footer.vue

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
</div>
2222
<div class="flex-col space-y-2">
2323
<p class="font-bold text-sm uppercase text-gray-400">Source code?</p>
24-
<p href="https://git.andronix.app"
24+
<a href="https://git.andronix.app"
2525
class="underline text-gray-200 hover:text-blue-300 transition duration-200 cursor-pointer"
26-
>Github</p>
26+
>Github</a>
2727
</div>
2828
<div class="flex-col space-y-2 col-span-2">
2929
<p class="pb-2 font-bold text-sm uppercase text-center md:text-left text-gray-400">Reach out to us</p>
@@ -78,11 +78,15 @@
7878
<div class="text-gray-400 text-sm text-center">
7979
<h3 class="font-bold text-lg text-gray-300">Policies</h3>
8080
<ul class="flex-col space-y-2 pt-3 ">
81-
<NuxtLink class="block hover:text-white duration-200 transition hover:underline" to="/legal/refund-policy">Refund Policy
81+
<NuxtLink class="block hover:text-white duration-200 transition hover:underline" to="/legal/refund-policy">
82+
Refund Policy
8283
</NuxtLink>
83-
<NuxtLink class="block hover:text-white duration-200 transition hover:underline" to="/legal/terms-condition">T&C
84+
<NuxtLink class="block hover:text-white duration-200 transition hover:underline"
85+
to="/legal/terms-conditions"
86+
>T&C
8487
</NuxtLink>
85-
<NuxtLink class="block hover:text-white duration-200 transition hover:underline" to="/legal/privacy-policy">Privacy policy
88+
<NuxtLink class="block hover:text-white duration-200 transition hover:underline" to="/legal/privacy-policy">
89+
Privacy policy
8690
</NuxtLink>
8791
</ul>
8892
</div>

0 commit comments

Comments
 (0)