Skip to content

Commit

Permalink
Merge branch 'main' into dev/add-rt-editor
Browse files Browse the repository at this point in the history
  • Loading branch information
floydnant committed May 19, 2023
1 parent f086eb7 commit 5c8ceff
Show file tree
Hide file tree
Showing 6 changed files with 1,094 additions and 1,471 deletions.
1,208 changes: 379 additions & 829 deletions client-v2/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions client-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,16 @@
"@types/jasmine": "~4.3.1",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.53.0",
"autoprefixer": "^10.4.13",
"@typescript-eslint/parser": "^5.59.5",
"autoprefixer": "^10.4.14",
"cypress": "latest",
"eslint": "^8.38.0",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-tailwindcss": "^3.10.3",
"jasmine-core": "~4.6.0",
"karma": "~6.4.1",
"karma-chrome-launcher": "~3.1.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ <h1 class="main-heading | text-4xl font-bold tracking-tight sm:text-6xl">
- How can I support rockket?
-->

<section>
<section id="why-rockket">
<h2>Why should I use Rockket?</h2>
<p>
If you feel like stuff just requires you to get it done or you struggle with motivating yourself to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ export class LandingPageComponent {
isMobileMenuOpen = false

mainNavLinks: { title: string; route: string }[] = [
{ title: 'Why Rockket?', route: '#why-rockket' },
{ title: 'Features', route: '#features' },
{ title: 'Roadmap', route: '#roadmap' },
{ title: 'Method', route: '#method' },
]

progress = 77
Expand Down
Loading

0 comments on commit 5c8ceff

Please sign in to comment.