blocks/community/layout/community-layout.tsx [147:154]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                <GlobalFooter />
            </ThemeProvider>
        </>
    );
};

function addTrailingSlash(path: string): string {
    return path.endsWith('/') ? path : `${path}/`;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



components/landing-layout/landing-layout.tsx [122:129]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                <GlobalFooter />
            </ThemeProvider>
        </>
    );
};

function addTrailingSlash(path: string): string {
    return path.endsWith('/') ? path : `${path}/`;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



