PenguinMod/PenguinMod-ExtensionsGallery

Toast Notifications Not Loading

Closed this issue · 1 comments

In the extensions.js File the link for Toast Notifications is missing a Period so it says

    {
        name: "Toast Notifications",
        description: "Did you want alerts? Notificationss that are easily customizable? This is the only and best notification extension!",
        code: "MubiLop/toastnotifsjs",
        banner: "MubiLop/toastnotifs.png",
        creator: "MubiLop",
        isGitHub: false,
    },

when it should say

    {
        name: "Toast Notifications",
        description: "Did you want alerts? Notificationss that are easily customizable? This is the only and best notification extension!",
        code: "MubiLop/toastnotifs.js",
        banner: "MubiLop/toastnotifs.png",
        creator: "MubiLop",
        isGitHub: false,
    },

fixed