@danhachuel/thunderbolt 0.3.2 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/main.py +1 -1
- package/package.json +1 -1
package/app/main.py
CHANGED
|
@@ -4208,7 +4208,7 @@ def main():
|
|
|
4208
4208
|
channel_profile_items = [
|
|
4209
4209
|
("Canais YouTube", ":material/ondemand_video:", "Canais YouTube"),
|
|
4210
4210
|
("Contas TikTok", ":material/account_circle:", "Contas TikTok"),
|
|
4211
|
-
("Facebook Pages", ":material/
|
|
4211
|
+
("Facebook Pages", ":material/public:", "Facebook Pages"),
|
|
4212
4212
|
]
|
|
4213
4213
|
music_items = [
|
|
4214
4214
|
("Criação de Músicas", ":material/music_note:", "Criação de Músicas"),
|
package/package.json
CHANGED