Skip to content

Commit 1ba6be6

Browse files
committed
more changes
1 parent e775977 commit 1ba6be6

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

src/components/Faqs.jsx

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,37 +23,27 @@ const faqs = [
2323
answer:
2424
"GameVault is source-available. The code is transparent and open for personal modification, allowing you to customize the experience while protecting the project's future.",
2525
},
26-
{
27-
question: "Is this related to gambling apps?",
28-
answer:
29-
"No. GameVault is a gaming utility. We have no affiliation with gambling platforms that may share a similar name. We are dedicated solely to game library management.",
30-
},
3126
],
3227
[
3328
{
3429
question: "Are there native Mac or Linux clients?",
3530
answer:
3631
"Currently, we offer a native Windows client and a responsive Web UI. Linux and Mac users can access their library via the Web UI or through community-maintained compatibility layers.",
3732
},
38-
{
39-
question: "Can I use GameVault on my Steam Deck?",
40-
answer:
41-
"Absolutely! You can access your entire library through the Web UI directly on your Steam Deck. It's a perfect way to manage your collection, track your stats, and download games while on the go.",
42-
},
4333
{
4434
question: "Does GameVault support game streaming?",
4535
answer:
46-
"No. GameVault focuses on library management and high-speed file distribution. It provides a high-end interface to browse and download your games, but the games themselves run locally on your hardware for the best performance.",
36+
"No. GameVault focuses on library management and file distribution. It provides an interface to browse and download your games, but the games themselves run locally on your hardware for the best performance.",
4737
},
4838
{
4939
question: "What is your stance on piracy?",
5040
answer:
5141
"GameVault is built for the management of legally owned DRM-free content. We do not endorse or support piracy. We believe in digital ownership and supporting the developers who make the games we love.",
5242
},
5343
{
54-
question: "Can I play my games offline?",
44+
question: "Is this related to gambling apps?",
5545
answer:
56-
"Of course. Once a game is downloaded to your device, it's yours to play forever, with or without an internet connection. No forced logins, no 'online-only' requirements.",
46+
"No. GameVault is a gaming utility. We have no affiliation with gambling platforms that may share a similar name. We are dedicated solely to game library management.",
5747
},
5848
],
5949
];

src/components/Features.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const features = [
4646
),
4747
},
4848
{
49-
title: "Open & Community Driven",
49+
title: "Community Driven",
5050
image: ImgStars,
5151
description: (
5252
<>

0 commit comments

Comments
 (0)