diff options
author | crupest <crupest@outlook.com> | 2021-06-23 13:04:24 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-23 13:04:24 +0800 |
commit | 314e95b970b686a97d0965c7a5e957f13d20c37b (patch) | |
tree | 8367b9adedde5fcb02e68ba8a3c52e7fb05b9edc /FrontEnd | |
parent | 5f19b90a12a37b10b2ca6ffcdb274f2670a4c261 (diff) | |
download | timeline-314e95b970b686a97d0965c7a5e957f13d20c37b.tar.gz timeline-314e95b970b686a97d0965c7a5e957f13d20c37b.tar.bz2 timeline-314e95b970b686a97d0965c7a5e957f13d20c37b.zip |
feat: Update about page.
Diffstat (limited to 'FrontEnd')
-rw-r--r-- | FrontEnd/src/views/about/index.tsx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/FrontEnd/src/views/about/index.tsx b/FrontEnd/src/views/about/index.tsx index 7b0e50b0..7a72d5ec 100644 --- a/FrontEnd/src/views/about/index.tsx +++ b/FrontEnd/src/views/about/index.tsx @@ -29,12 +29,8 @@ const frontendCredits: { url: "https://react-bootstrap.github.io", }, { - name: "webpack", - url: "https://webpack.js.org", - }, - { - name: "sass", - url: "https://sass-lang.com", + name: "vite", + url: "https://vitejs.dev", }, { name: "eslint", |