Skip to content

Commit

Permalink
add proper link to forum for deliberation of democracy proposals (#1705)
Browse files Browse the repository at this point in the history
* add proper link to forum for deliberation of democracy proposals

* fmt

---------

Co-authored-by: clangenb <37865735+clangenb@users.noreply.github.com>
  • Loading branch information
brenzi and clangenb authored Oct 15, 2024
1 parent 0d44656 commit 289fa7b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/lib/page-encointer/democracy/democracy_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,10 @@ class _DemocracyPageState extends State<DemocracyPage> {
),
const SizedBox(height: 10),
InkWell(
onTap: () => AppLaunch.launchURL('https://book.encointer.org/protocol-democracy.html'),
onTap: () => AppLaunch.launchURL(
'https://forum.encointer.org/t/deliberation-for-encointer-democracy-proposals/126'),
child: Text(
'Todo: Enter link ${l10n.democracyDiscussion}',
l10n.democracyDiscussion,
style: TextStyle(decoration: TextDecoration.underline, color: context.colorScheme.primary),
),
),
Expand Down

0 comments on commit 289fa7b

Please sign in to comment.