Skip to content

Commit

Permalink
fix: card desc
Browse files Browse the repository at this point in the history
  • Loading branch information
aldinokemal committed Mar 10, 2024
1 parent 0f7101e commit 70f572a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/views/components/SendPoll.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default {
<a class="ui blue right ribbon label">Send</a>
<div class="header">Send Poll</div>
<div class="description">
Send poll/vote to PM or Group
Send a poll/vote with multiple options
</div>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions src/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h1 class="ui header center aligned">[[ app_name ]]</h1>
<a class="ui blue right ribbon label">Send</a>
<div class="header">Send Message</div>
<div class="description">
Send any message to PM or Group
Send any message to user or group
</div>
</div>
</div>
Expand Down Expand Up @@ -120,7 +120,7 @@ <h1 class="ui header center aligned">[[ app_name ]]</h1>
<a class="ui blue right ribbon label">Send</a>
<div class="header">Send Contact</div>
<div class="description">
Send contact to PM or Group
Send contact to user or group
</div>
</div>
</div>
Expand All @@ -129,7 +129,7 @@ <h1 class="ui header center aligned">[[ app_name ]]</h1>
<a class="ui blue right ribbon label">Send</a>
<div class="header">Send Location</div>
<div class="description">
Send location to PM or Group
Send location to user or group
</div>
</div>
</div>
Expand All @@ -138,7 +138,7 @@ <h1 class="ui header center aligned">[[ app_name ]]</h1>
<a class="ui blue right ribbon label">Send</a>
<div class="header">Send Audio</div>
<div class="description">
Send audio to PM or Group
Send audio to user or group
</div>
</div>
</div>
Expand Down

0 comments on commit 70f572a

Please sign in to comment.