Skip to content

Commit

Permalink
Merge pull request #406 from ably/WEB-3842
Browse files Browse the repository at this point in the history
[WEB-3842] - Change Meganav menu name
  • Loading branch information
aralovelace authored Jul 10, 2024
2 parents a8a783d + 1dfd889 commit e1b2854
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ yarn-error.log
/dist
/preview
/core
/reset
/reset
.idea/*
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ably/ui",
"version": "14.1.2",
"version": "14.1.3",
"description": "Home of the Ably design system library ([design.ably.com](https://design.ably.com)). It provides a showcase, development/test environment and a publishing pipeline for different distributables.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/core/MeganavContentUseCases.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ const MeganavContentUseCases = ({ absUrl }: { absUrl: AbsUrl }) => (
className="ui-meganav-media group"
>
<p className="ui-meganav-media-heading">
Sports, Media & Audience Engagement
Sports, Media & Fan Engagement
</p>
<p className="ui-meganav-media-copy">
Deliver engaging global realtime experiences.
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"allowJs": true
"allowJs": true,
"jsx": "react-jsx"
},
"include": ["./**/*.{ts,tsx}", "./global.d.ts"],
"exclude": ["node_modules/**/*", "public"]
Expand Down

0 comments on commit e1b2854

Please sign in to comment.