Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Add category cards #101

Closed
github-actions bot opened this issue May 17, 2023 · 0 comments
Closed

Add category cards #101

github-actions bot opened this issue May 17, 2023 · 0 comments
Assignees
Labels
feature New feature or request frontend Front end related todo This has to be worked on

Comments

@github-actions
Copy link

https://api.github.com/dariomrk/EduLink/blob/f4e08c8ef104a439d3152680a8ac872b2e2db376/frontend/src/pages/HomePage/HomePage.jsx#L42

        justify="flex-start"
        align="flex-start"
        direction="column"
        w={{ base: '316px', sm: '482px', lg: '648px' }}
        m="auto"
        style={{
          color: Color.Primary,
          padding: '24px'
        }}
      >
        <div className="title">Kategorije</div>
        <Flex
          gap="16px"
          direction="row"
          wrap="wrap"
          justify="flex-start"
          align="flex-start"
          mb="48px"
          w="100  "
          // TODO: add cathegoryCards
        >
          <CategoryCard
            name="Matematika"
            numOfInstructor={3}
            link="/matematika"
          />
        </Flex>
        <div className="title">Top instruktori</div>
        <ScrollArea // TODO: add top instructors
          type="hover"
          scrollbarSize={8}
          style={{
@github-actions github-actions bot added the todo This has to be worked on label May 17, 2023
@dariomrk dariomrk changed the title add cathegoryCards Add category cards May 17, 2023
@dariomrk dariomrk added feature New feature or request frontend Front end related labels May 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature New feature or request frontend Front end related todo This has to be worked on
Projects
None yet
Development

No branches or pull requests

2 participants