Spaces:
Running
Running
bradduy
commited on
Commit
·
aa11247
1
Parent(s):
eb0c817
card
Browse files
CICD.sh
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# git remote add upstream https://github.com/thanhhoang021095/x-app.git
|
2 |
+
git fetch upstream
|
3 |
+
git merge upstream/feat/login
|
4 |
+
git push origin main
|
src/components/homepage/CustomizationSection.tsx
CHANGED
@@ -54,4 +54,4 @@ export function CustomizationSection() {
|
|
54 |
</div>
|
55 |
</section>
|
56 |
);
|
57 |
-
}
|
|
|
54 |
</div>
|
55 |
</section>
|
56 |
);
|
57 |
+
}
|