Skip to content

Commit

Permalink
Merge pull request #2258 from okTurtles/minor-news-update
Browse files Browse the repository at this point in the history
improved the news item
  • Loading branch information
taoeffect authored Jul 26, 2024
2 parents 43612ed + e14757f commit 477fa13
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 477fa13

Please sign in to comment.