Skip to content

Commit 5ea28d1

Browse files
authored
fix: update FAQ URL for LW-13073 (#1914)
1 parent 0128c51 commit 5ea28d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/browser-extension-wallet/src/views/browser-view/features/assets/components/AssetEducationalList/AssetEducationalList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const getEducationalList = (t: TFunction): EducationalListRowProps[] => [
4343
title: t(faqKey),
4444
subtitle: t('educationalBanners.subtitle.governanceFeatures'),
4545
src: LightBulb,
46-
link: `${process.env.WEBSITE_URL}/faq?question=what-type-of-governance-features-are-supported-in-lace-using-the-govtool-in-the-current`
46+
link: `${process.env.WEBSITE_URL}/faq?question=what-type-of-governance-features-are-supported-in-lace`
4747
},
4848
{
4949
title: t(faqKey),

packages/e2e-tests/src/data/EducationalArticles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const faqArticles: Record<string, Record<string, string>> = {
3737
title: 'How is the Conway Ledger era (also called governance era) supported by Lace?'
3838
},
3939
'What type of governance features are supported in Lace?': {
40-
question: 'what-type-of-governance-features-are-supported-in-lace-using-the-govtool-in-the-current',
40+
question: 'what-type-of-governance-features-are-supported-in-lace',
4141
title: 'What type of governance features are supported in Lace?'
4242
},
4343
'What type of governance actions are supported by Lace?': {

packages/e2e-tests/src/features/TokensPageExtended.part1.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ Feature: LW: Tokens tab - extended view
6969
| Video | Secure self-custody with Lace |
7070
| Video | Connecting to DApps with Lace |
7171
| FAQ | How is the Conway Ledger era (also called governance era) supported by Lace? |
72-
# | FAQ | What type of governance features are supported in Lace? | # TODO: unblock when LW-13073 is resolved
72+
| FAQ | What type of governance features are supported in Lace? |
7373
| FAQ | What type of governance actions are supported by Lace? |

0 commit comments

Comments
 (0)