Skip to content

Commit f08e0bb

Browse files
committed
Enable new sentence design by default
Relates to #2351
1 parent 913655c commit f08e0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Model/Entity/User.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class User extends Entity
6060
'users_collections_ratings' => false,
6161
'native_indicator' => false,
6262
'hide_random_sentence' => false,
63-
'use_new_design' => false,
63+
'use_new_design' => true,
6464
'default_license' => 'CC BY 2.0 FR',
6565
'can_switch_license' => false,
6666
'new_terms_of_use' => self::TERMS_OF_USE_LATEST_VERSION,

0 commit comments

Comments
 (0)