Skip to content

Commit

Permalink
Merge pull request #234 from chain4travel/fix-suite-name
Browse files Browse the repository at this point in the history
chore: Update page title and meta tags for Camino Application Suite
  • Loading branch information
Ysrbolles authored Nov 14, 2024
2 parents 2c00e55 + 7bd42da commit e00d895
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Camino Application Suite
# Camino Suite

This app uses Module Federation to combine three different applications with different frameworks into a single, cohesive application. The three applications are:

Expand Down
1 change: 0 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
/>
<meta name="twitter:image" content="/preview.jpg" />
<meta name="twitter:image:alt" content="Camino Suite" />

<link rel="preconnect" href="https://cdn.jsdelivr.net" />
<link
rel="stylesheet"
Expand Down
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "Camino Suite Application",
"name": "Camino Suite Application",
"short_name": "Camino Suite",
"name": "Camino Suite",
"icons": [
{
"src": "favicon.ico",
Expand Down
4 changes: 2 additions & 2 deletions src/views/landing/LandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ export default function LandingPage() {
<Box sx={{ py: 4 }}>
<Box>
<Typography textAlign="center" variant="h2">
Camino Application Suite
Camino Suite
</Typography>
<Typography textAlign={'center'}>
The Camino Application Suite unifies all network wide applications of the Camino
The Camino Suite unifies all network wide applications of the Camino
Network
</Typography>
</Box>
Expand Down

0 comments on commit e00d895

Please sign in to comment.