mirror of
https://gitea.com/gitea/docs.git
synced 2026-07-22 02:37:42 +00:00
remove useless file (#101)
Co-authored-by: HEREYUA <1240335630@qq.com> Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/101 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: liuyu <liuyu@noreply.gitea.com> Co-committed-by: liuyu <liuyu@noreply.gitea.com>
This commit is contained in:
@@ -3,8 +3,8 @@ import Input from "../Input"
|
|||||||
import Button from "../Button"
|
import Button from "../Button"
|
||||||
import style from "./style.module.css"
|
import style from "./style.module.css"
|
||||||
import clsx from "clsx"
|
import clsx from "clsx"
|
||||||
import Alert from '@mui/material/Alert';
|
import Alert from '@mui/material/Alert'
|
||||||
import Snackbar from '@mui/material/Snackbar';
|
import Snackbar from '@mui/material/Snackbar'
|
||||||
const Spinner = () => <span className={style.loader} />
|
const Spinner = () => <span className={style.loader} />
|
||||||
const Subscribe = ({placeholder, submitButtonText, className, classNameInputs}) => {
|
const Subscribe = ({placeholder, submitButtonText, className, classNameInputs}) => {
|
||||||
const [loading, setLoading] = useState(false)
|
const [loading, setLoading] = useState(false)
|
||||||
@@ -41,7 +41,7 @@ const Subscribe = ({placeholder, submitButtonText, className, classNameInputs})
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
function handleInputChange(event) {
|
function handleInputChange(event) {
|
||||||
const value = event.target.value;
|
const value = event.target.value
|
||||||
setInputValue(value)
|
setInputValue(value)
|
||||||
}
|
}
|
||||||
function handleClose (event, reason) {
|
function handleClose (event, reason) {
|
||||||
|
|||||||
@@ -65,7 +65,6 @@
|
|||||||
font-weight: var(--ifm-font-weight-bold);
|
font-weight: var(--ifm-font-weight-bold);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@keyframes loader {
|
@keyframes loader {
|
||||||
0% {
|
0% {
|
||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
|
|||||||
Reference in New Issue
Block a user