Skip to content

Commit

Permalink
improved the news item
Browse files Browse the repository at this point in the history
  • Loading branch information
taoeffect committed Jul 26, 2024
1 parent 43612ed commit e14757f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/views/containers/global-dashboard/NewsAndUpdates.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import Avatar from '@components/Avatar.vue'
const dummyPosts = [
{
createdAt: new Date('2024-07-26'),
title: 'Group Income 1.0 released!',
content: 'See the release party footage on our blog: ' +
title: 'Group Income 1.0 released! 🥳',
content: '🎦 See the release party footage:\n\n' +
'[https://groupincome.org/2024/07/group-income-released/](https://groupincome.org/2024/07/group-income-released/)'
},
{
Expand Down

0 comments on commit e14757f

Please sign in to comment.