Skip to content

[Bug] typo in src/pages/Presentation/sections/Counters.js #139

@ZongZheJiang

Description

@ZongZheJiang

At line 48 of Counter.js, the code is as follows

        <Divider orientation="vertical" sx={{ display: { xs: "none", md: "block" }, ml: 0 }} />

when it should be

        <Divider orientation="vertical" sx={{ display: { xs: "none", md: "block" }, mx: 0 }} />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions