Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ai-box
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
青山
ai-box
Commits
e9923dbd
Commit
e9923dbd
authored
Dec 24, 2024
by
fisherdaddy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update notfound page
parent
6a237342
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
4 deletions
+16
-4
NotFound.jsx
src/pages/NotFound.jsx
+16
-4
No files found.
src/pages/NotFound.jsx
View file @
e9923dbd
...
...
@@ -34,16 +34,28 @@ const NotFound = () => {
{
t
(
'tools.urlEncodeDecode.title'
)
}
</
Link
>
<
Link
to=
"/
markdown-to-image
"
to=
"/
background-remover
"
className=
"p-4 bg-white rounded-lg shadow-sm border border-gray-100 hover:shadow-md transition-shadow duration-200 flex items-center justify-center text-indigo-600 hover:text-indigo-700 hover:border-indigo-100"
>
{
t
(
'tools.
markdownToImage
.title'
)
}
{
t
(
'tools.
imageBackgroundRemover
.title'
)
}
</
Link
>
<
Link
to=
"/
image-compressor
"
to=
"/
text-behind-image
"
className=
"p-4 bg-white rounded-lg shadow-sm border border-gray-100 hover:shadow-md transition-shadow duration-200 flex items-center justify-center text-indigo-600 hover:text-indigo-700 hover:border-indigo-100"
>
{
t
(
'tools.imageCompressor.title'
)
}
{
t
(
'tools.textBehindImage.title'
)
}
</
Link
>
<
Link
to=
"/openai-timeline"
className=
"p-4 bg-white rounded-lg shadow-sm border border-gray-100 hover:shadow-md transition-shadow duration-200 flex items-center justify-center text-indigo-600 hover:text-indigo-700 hover:border-indigo-100"
>
{
t
(
'tools.openAITimeline.title'
)
}
</
Link
>
<
Link
to=
"/llm-model-price"
className=
"p-4 bg-white rounded-lg shadow-sm border border-gray-100 hover:shadow-md transition-shadow duration-200 flex items-center justify-center text-indigo-600 hover:text-indigo-700 hover:border-indigo-100"
>
{
t
(
'tools.modelPrice.title'
)
}
</
Link
>
</
div
>
</
div
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment