Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Deploy button #385

Merged
merged 33 commits into from
Sep 26, 2023
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
4cacf7a
add git data to store
alextaing Sep 25, 2023
ec4491d
base commit
alextaing Sep 25, 2023
638ddfb
optional
alextaing Sep 25, 2023
ff5a98f
changes
alextaing Sep 25, 2023
6b55c80
get status
alextaing Sep 25, 2023
8f5f898
question
alextaing Sep 25, 2023
7c21001
question 2
alextaing Sep 25, 2023
939af4d
Yext Studio Commit
Sep 25, 2023
b949545
CHANGES
alextaing Sep 25, 2023
12ae87f
Yext Studio Commit
Sep 25, 2023
b1d3d38
Yext Studio Commit
Sep 25, 2023
52d3306
Yext Studio Commit
Sep 25, 2023
f094c2c
Yext Studio Commit
Sep 25, 2023
65a4031
Yext Studio Commit
Sep 25, 2023
b1593a0
Yext Studio Commit
Sep 25, 2023
edceaa6
changes
alextaing Sep 25, 2023
67ee7c4
Yext Studio Commit
Sep 25, 2023
6a23d77
Yext Studio Commit
Sep 25, 2023
ec55582
Automated linting update and features.json sync
github-actions[bot] Sep 25, 2023
4259870
fix tests
alextaing Sep 25, 2023
35c1647
Automated linting update and features.json sync
github-actions[bot] Sep 25, 2023
3626a8b
really fix tests
alextaing Sep 25, 2023
6079247
screenshots
alextaing Sep 25, 2023
c09c52b
Automated linting update and features.json sync
github-actions[bot] Sep 25, 2023
4921bb1
remove windows screenshots
alextaing Sep 25, 2023
2970b32
fix playwright tests
alextaing Sep 25, 2023
0df885d
Updated snapshots for macos-latest 2 of 4
github-actions[bot] Sep 25, 2023
1ebbd43
empty commit
alextaing Sep 25, 2023
78f8c9d
Updated snapshots for windows-latest 2 of 4
github-actions[bot] Sep 25, 2023
dbedb3d
empty commit
alextaing Sep 25, 2023
0d822c6
rename studioEnv and studioGit
alextaing Sep 25, 2023
2573e29
Automated linting update and features.json sync
github-actions[bot] Sep 25, 2023
783b39c
forgot to rename :dead:
alextaing Sep 25, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Yext Studio Commit
  • Loading branch information
Yext Studio authored and alextaing committed Sep 25, 2023
commit 12ae87f3c7697017e9fa05a55106f0fd703d5bff
2 changes: 1 addition & 1 deletion apps/test-site/src/templates/LocationPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ export const getPath: GetPath<TemplateProps> = ({
export default function LocationPage({ document }: TemplateProps) {
return (
<>
<ProminentImage src="https://images.pexels.com/photos/2190283/pexels-photo-2190283.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1" />
<Header
title="Yext"
logo="https://a.mktgcdn.com/p/R9FjcYjRNA5dAespqgHFLMvu2m18-E5Apnb3KON0oJY/300x300.png"
backgroundColor="#BAD8FD"
/>
<ProminentImage src="https://images.pexels.com/photos/2190283/pexels-photo-2190283.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1" />
<BusinessInfo>
<AddressDisplay
line1={`${document.address.line1}`}
Expand Down