Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
soulaimaneyahya committed May 25, 2024
1 parent 6a9b250 commit 42c7c28
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
Empty file modified package-lock.json
100644 → 100755
Empty file.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"gridsome": "^0.7.0"
},
"bugs": {
"url": "https://github.com/MultiChatNetwork/MultiChatNetwork.github.io/issues"
"url": "https://github.com/MultiChatNetwork/multichatnetwork.github.io/issues"
},
"homepage": "https://github.com/MultiChatNetwork/MultiChatNetwork.github.io",
"homepage": "https://github.com/MultiChatNetwork/multichatnetwork.github.io",
"repository": {
"type": "git",
"url": "git+https://github.com/MultiChatNetwork/MultiChatNetwork.github.io.git"
"url": "git+https://github.com/MultiChatNetwork/multichatnetwork.github.io.git"
},
"engines": {
"nvm": "16",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ body {
color: #333;
}

.announcement ul.announcement-content li {
.announcement ul.announcement-content-list li {
font-size: 18px;
line-height: 2rem;
list-style-type: disc;
Expand Down
14 changes: 10 additions & 4 deletions src/pages/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<p class="announcement-date mb-2">Announced on July 7th, 2024.</p>
<h3>MultiChat.network</h3>
</div>
<ul class="announcement-content mb-3">
<li>
<ul class="announcement-content-list mb-3">
<li class="announcement-content-item">
<span>MultiChat began in CEO-Founder | Software Engineer</span>
<span
role="button"
Expand All @@ -26,10 +26,16 @@
@soulaimaneyahya
</span>
</li>
<li>
<li class="announcement-content-item">
Multichat is a messaging app with focus on security & user experience
</li>
<li>
<li class="announcement-content-item">
Messages are end-to-end encrypted. No one outside of this chat, not even MultiChat, can read or listen to them.
</li>
<li class="announcement-content-item">
Built-in layers of security give you the peace of mind to focus on connecting with family and friends.
</li>
<li class="announcement-content-item">
We'll provide more informations and details over the upcoming
weeks and months.
</li>
Expand Down

0 comments on commit 42c7c28

Please sign in to comment.