Skip to content

Commit

Permalink
Remove 'cross-platform' feature since we're now react only
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaMulein committed Oct 17, 2024
1 parent ec39a7a commit 2fda527
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion e2e/src/about.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ test('has features list', async ({ page }) => {
'Expansion Support: Compatible with various Dominion expansions',
'Save/Load Games: Save progress and resume later',
'Intuitive UI: User-friendly Material-UI components',
'Cross-Platform: Works on web browsers',
];

for (const feature of features) {
Expand Down
1 change: 0 additions & 1 deletion src/components/screens/AboutScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export default function AboutScreen() {
'Expansion Support: Compatible with various Dominion expansions',
'Save/Load Games: Save progress and resume later',
'Intuitive UI: User-friendly Material-UI components',
'Cross-Platform: Works on web browsers',
].map((feature, index) => (
<ListItem key={index}>
<ListItemText primary={feature} />
Expand Down

0 comments on commit 2fda527

Please sign in to comment.