mirror of
https://github.com/Grasscutters/gcgm-plugin.git
synced 2026-05-17 11:02:34 +08:00
New HTTPServer rework, an actual dashboard (that isn't functional)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import React from 'react'
|
||||
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
|
||||
|
||||
export default function NavigationButton(props) {
|
||||
return (
|
||||
<div className='nav-button'>
|
||||
<FontAwesomeIcon icon={props.icon} />
|
||||
<p> {props.name} </p>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user