Skip to content

Commit

Permalink
notification to Notification
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Apr 28, 2024
1 parent 0ff805b commit 455cade
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions apps/builddao/widget/Notification/Item/buildhub.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ return (
props={{
L: (
<Widget
src="${config_account}/widget/notification.Item.Left"
src="${config_account}/widget/Notification.Item.Left"
props={{ ...value }}
/>
),
R: (
<Widget
src="${config_account}/widget/notification.Item.Right"
src="${config_account}/widget/Notification.Item.Right"
props={{ ...value }}
/>
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ return (
</TextareaWrapper>
</div>
<Widget
src="${config_account}/widget/notification.NotificationRolesSelector"
src="${config_account}/widget/Notification.NotificationRolesSelector"
props={{
daoId: selectedDAO,
onUpdate: (v) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ return (
</TextareaWrapper>
</div>
<Widget
src="${config_account}/widget/notification.NotificationRolesSelector"
src="${config_account}/widget/Notification.NotificationRolesSelector"
props={{
daoId: selectedDAO,
onUpdate: (v) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ return (
</TextareaWrapper>
</div>
<Widget
src="${config_account}/widget/notification.NotificationRolesSelector"
src="${config_account}/widget/Notification.NotificationRolesSelector"
props={{
daoId: selectedDAO,
onUpdate: (v) => {
Expand Down
2 changes: 1 addition & 1 deletion apps/builddao/widget/components/modals/propose/Text.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ return (
/>
</TextareaWrapper>
<Widget
src="${config_account}/widget/notification.NotificationRolesSelector"
src="${config_account}/widget/Notification.NotificationRolesSelector"
props={{
daoId: selectedDAO,
onUpdate: (v) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ return (
</TextareaWrapper>
</div>
<Widget
src="${config_account}/widget/notification.NotificationRolesSelector"
src="${config_account}/widget/Notification.NotificationRolesSelector"
props={{
daoId: selectedDAO,
onUpdate: (v) => {
Expand Down

0 comments on commit 455cade

Please sign in to comment.