Skip to content

Commit

Permalink
add one card in homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdoulrachard committed Apr 2, 2024
1 parent 1e1677f commit 2ba471d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/actualities/ActualityRow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import constants from '@/constants';
export default {
data() {
return {
max_actualities: 19,
max_actualities: 20,
actualities: [],
totalCols: 4,
totalRows: 1
Expand Down

0 comments on commit 2ba471d

Please sign in to comment.