Skip to content

Commit

Permalink
Add roadmap item
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Jun 28, 2023
1 parent 22e94cc commit b1e7f54
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pages/public-roadmap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,20 @@ const Roadmap: FunctionComponent = function () {
</div>
</div>
<div className='px-4'>
<div className='d-flex'>
<div className='badge badge-rounded-circle bg-primary-soft mt-1 me-4'>
<i className='icon icon-refresh'></i>
</div>

<p className='text-gray-800'>
<Link
href={'https://github.com/mockoon/mockoon/issues/1063'}
target='_blank'
>
Applications logging standardization
</Link>
</p>
</div>
<div className='d-flex'>
<div className='badge badge-rounded-circle bg-primary-soft mt-1 me-4'>
<i className='icon icon-refresh'></i>
Expand Down

0 comments on commit b1e7f54

Please sign in to comment.