Skip to content

Commit

Permalink
feat: add title and descrition to the icon doc page
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaAmar committed Oct 24, 2023
1 parent 986f5ce commit 62af24e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions apps/docs/src/pages/docs/icons.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { CSSProperties, ReactElement, ReactNode, useState } from 'react'
import React, { CSSProperties, useState } from 'react'
import { DocsLayout } from 'src/component/common'
import * as ICONS from '@pillar-ui/icons'
import { Button, Flex, Grid, Paper, Text } from '@pillar-ui/core'
Expand Down Expand Up @@ -45,7 +45,10 @@ const Icons = () => {
}

return (
<DocsLayout>
<DocsLayout
excerpt="Explore a diverse library of icons available in Pillar UI. Perfectly crafted icons suited to enhance your design projects and applications."
title="Icon Library"
>
<div className="l_flow__sm icons">
<Flex className="icons-scroll" as={Paper} p="sm" gap="sm">
{CATEGORIES.map((category) => (
Expand Down

0 comments on commit 62af24e

Please sign in to comment.