Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
update beta card
Browse files Browse the repository at this point in the history
  • Loading branch information
justjanne committed Jun 20, 2023
1 parent d268f59 commit c136332
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 0 deletions.
Binary file added res/img/betas/notification_settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ export const SETTINGS: { [setting: string]: ISetting } = {
</p>
</>
),
image: require("../../res/img/betas/notification_settings.png"),
},
},
"feature_exploring_public_spaces": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,57 @@ exports[`<LabsUserSettingsTab /> renders settings marked as beta as beta cards 1
</div>
</div>
</div>
<div
class="mx_BetaCard"
>
<div
class="mx_BetaCard_columns"
>
<div
class="mx_BetaCard_columns_description"
>
<h3
class="mx_BetaCard_title"
>
<span>
Notification Settings
</span>
<span
class="mx_BetaCard_betaPill"
>
Beta
</span>
</h3>
<div
class="mx_BetaCard_caption"
>
<p>
A simpler way to customize notification settings in just the way you like.
</p>
</div>
<div
class="mx_BetaCard_buttons"
>
<div
class="mx_AccessibleButton mx_AccessibleButton_hasKind mx_AccessibleButton_kind_primary"
role="button"
tabindex="0"
>
Join the beta
</div>
</div>
</div>
<div
class="mx_BetaCard_columns_image_wrapper"
>
<img
alt=""
class="mx_BetaCard_columns_image"
src="image-file-stub"
/>
</div>
</div>
</div>
</div>
</div>
`;

0 comments on commit c136332

Please sign in to comment.