File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
apps/ally-personal/components Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,9 @@ name: Ally Personal - Build and Deploy
3
3
on :
4
4
push :
5
5
branches :
6
- # - 'deploy/production'
7
- - ' main'
8
- # paths:
9
- # - 'apps/ally-personal/**'
6
+ - ' deploy/production'
7
+ paths :
8
+ - ' apps/ally-personal/**'
10
9
11
10
jobs :
12
11
build-and-deploy :
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ const Hero = () => {
35
35
< div className = "w-full bg-base-200 py-5 flex flex-col justify-center items-center z-40" >
36
36
< p className = "text-xl text-center" >
37
37
Vote on Tuesday,{ ' ' }
38
- < span className = "text-secondary text-2xl" > May 6th</ span > !
38
+ < span className = "text-secondary text-2xl" > May 6th! </ span >
39
39
< br className = "sm:hidden" />
40
40
< span className = "text-accent" >
41
41
{ ' ' }
You can’t perform that action at this time.
0 commit comments