add signal for app vs web

This commit is contained in:
Jai A 2024-10-15 23:47:51 -07:00
parent fce516a76f
commit 356a06e694
No known key found for this signature in database
GPG Key ID: 9A9F9B7250E9883C
2 changed files with 6 additions and 0 deletions

View File

@ -57,6 +57,9 @@ onMounted(() => {
{
divId: "modrinth-rail-1",
baseDivId: "pb-slot-square-2",
targeting: {
location: "web",
},
},
]);
});

View File

@ -66,6 +66,9 @@
{
divId: "modrinth-rail-1",
baseDivId: "pb-slot-square-2",
targeting: {
location: "app",
},
},
]);