Skip to content

Commit

Permalink
template format
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Jan 3, 2024
1 parent f09f7db commit a646a0b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions apps/builddao/widget/Feed.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,17 @@ const feedsDict = {
icon: "bi-calendar3",
name: "resolution",
hashtag: "nearyearresolutions2024",
template: `🎉 NEAR YEAR RESOLUTIONS: 2024
template: `## 🎉 NEAR YEAR RESOLUTIONS: 2024
🌟 REFLECTIONS ON THE PAST YEAR:
### 🌟 REFLECTIONS ON THE PAST YEAR:
- [Reflection 1 from the past year]
- [Reflection 2 from the past year]
🎯 NEW YEAR'S RESOLUTIONS:
### 🎯 NEW YEAR'S RESOLUTIONS:
- [Resolution 1]
- [Resolution 2]
📊 MEASURING SUCCESS:
### 📊 MEASURING SUCCESS:
- [Metric 1 for Success]
- [Metric 2 for Success]
`,
Expand All @@ -88,17 +88,17 @@ const feedsDict = {
label: "Updates",
icon: "bi-bell",
name: "update",
template: `🔔 DAILY UPDATE: ${formatDate(new Date())}
template: `## 🔔 DAILY UPDATE: ${formatDate(new Date())}
📆 YESTERDAY:
### 📆 YESTERDAY:
- [Task 1, hyperlink proof]
- [Task 2, hyperlink proof]
💻 WHAT I AM DOING TODAY:
### 💻 WHAT I AM DOING TODAY:
- [Task 1]
- [Task 2]
🛑 BLOCKERS:
### 🛑 BLOCKERS:
- @anyone that is causing a blocker or outline any blockers in general`,
},
};
Expand Down

0 comments on commit a646a0b

Please sign in to comment.