Skip to content

Commit

Permalink
Update README file
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenowa committed May 3, 2024
1 parent ed2cf9b commit fe6532d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion session-3/frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Overview

This is the frontend implementation for Reviewed!. It consists of a React application that works with a Ballerina GraphQL backend. It uses the Apollo Client on the frontend to connect to the GraphQL backend.
This is the frontend implementation for `Reviewed!`. It consists of a React application that works with a Ballerina GraphQL backend. It uses the Apollo Client on the frontend to connect to the GraphQL backend.

## Get Started

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion session-3/frontend/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Reviewed!</title>
<script type="module" crossorigin src="/assets/index-BM_9fHsE.js"></script>
<script type="module" crossorigin src="/assets/index-BT05fbsE.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Cp-0kh0u.css">
</head>

Expand Down
2 changes: 1 addition & 1 deletion session-3/frontend/src/pages/PlacePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ const PlaceDetails = ({ place, subscribeToNewReviews }) => {
{fee ?
<Grid item xs={12}>
<Typography variant="p">
Fee: <Typography variant="span" fontWeight="bold" color="secondary" fontWeight="bold">${fee}</Typography>
Fee: <Typography variant="span" fontWeight="bold" color="secondary">${fee}</Typography>
</Typography>
</Grid> : ""}

Expand Down

0 comments on commit fe6532d

Please sign in to comment.