Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# S3 Bucket Url
http://my-rss-app-bucket.s3-website.eu-north-1.amazonaws.com/

# CloudFront Url
https://d3qibzfs98aox.cloudfront.net/


# React-shop-cloudfront

This is frontend starter project for nodejs-aws mentoring program. It uses the following technologies:
Expand Down
1 change: 1 addition & 0 deletions src/components/MainLayout/MainLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const MainLayout: React.FC<{ children: React.ReactNode }> = ({ children }) => {
align="center"
color="textSecondary"
component="p"
style={{ color: "red" }}
>
Thank you for your purchase!
</Typography>
Expand Down
1 change: 1 addition & 0 deletions src/components/MainLayout/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export default function Header() {
sx={{ color: "inherit" }}
underline="none"
to="/"
style={{ color: "red", fontSize: "20px", fontWeight: 800 }}
>
My Store!
</Link>
Expand Down