Skip to content

Commit 73dc689

Browse files
committed
update
1 parent 639b0f3 commit 73dc689

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<a href="https://www.buymeacoffee.com/dev_cetera" target="_blank"><img align="right" src="https://cdn.buymeacoffee.com/buttons/default-orange.png" height="48"></a>
2-
<a href="https://discord.gg/gEQ8y2nfyX" target="_blank"><img align="right" src="https://raw.githubusercontent.com/dev-cetera/resources/refs/heads/main/assets/discord_icon/discord_icon.svg" height="48"></a>
2+
<a href="https://discord.gg/gEQ8y2nfyX" target="_blank"><img align="right" src="https://raw.githubusercontent.com/dev-cetera/.github/refs/heads/main/assets/icons/discord_icon/discord_icon.svg" height="48"></a>
33

44
Dart & Flutter Packages by dev-cetera.com & contributors.
55

@@ -210,7 +210,7 @@ PodListBuilder(
210210
if (!loggedIn) {
211211
return const Text('Please log in.');
212212
}
213-
return Text('You have $count items in your cart. Total: \$$total');
213+
return Text('You have $count items in your cart. Total: \$total');
214214
},
215215
);
216216
```
@@ -342,3 +342,4 @@ If you're enjoying this package and find it valuable, consider showing your appr
342342
## 🧑‍⚖️ License
343343
344344
This project is released under the [MIT License](https://raw.githubusercontent.com/dev-cetera/df_pod/main/LICENSE). See [LICENSE](https://raw.githubusercontent.com/dev-cetera/df_pod/main/LICENSE) for more information.
345+

0 commit comments

Comments
 (0)