Skip to content

Commit b7f6f7c

Browse files
kushthedudeabhinavk96
authored andcommitted
Fixing query param used (#3250)
1 parent 93f9157 commit b7f6f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<div class="ui hidden divider"></div>
3030
<div class="ui centered grid">
3131
<div class="row">
32-
{{#link-to "explore" (query-params cfs=true) class='ui blue button'}}{{t 'Show more calls for speakers'}}{{/link-to}}
32+
{{#link-to "explore" (query-params cfs='open') class='ui blue button'}}{{t 'Show more calls for speakers'}}{{/link-to}}
3333
</div>
3434
</div>
3535
{{/if}}

0 commit comments

Comments
 (0)