Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
Neos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
Neos
Commits
da18934d
Commit
da18934d
authored
Feb 11, 2023
by
Chunchi Che
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update login page
parent
b592a0e2
Pipeline
#20069
passed with stages
in 5 minutes and 43 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
assets/mycard.icon.png
assets/mycard.icon.png
+0
-0
src/ui/JoinRoom.tsx
src/ui/JoinRoom.tsx
+9
-4
No files found.
assets/mycard.icon.png
0 → 100644
View file @
da18934d
24.4 KB
src/ui/JoinRoom.tsx
View file @
da18934d
...
...
@@ -43,10 +43,10 @@ export default function JoinRoom() {
onChange=
{
handlePlayerChange
}
required
/>
<
span
className=
"fa
fa-us
er"
></
span
>
<
span
className=
"fa
-solid fa-serv
er"
></
span
>
<
Input
type=
"text"
placeholder=
"
Ip And Port
"
placeholder=
"
Server
"
value=
{
ip
}
onChange=
{
handleIpChange
}
required
...
...
@@ -65,7 +65,7 @@ export default function JoinRoom() {
</
div
>
<
div
className=
"sign-up__actions clearfix"
>
<
p
>
Don't know how to play?
<
a
href=
"
/sign-up
"
>
Player Guide
</
a
>
Don't know how to play?
<
a
href=
"
https://neos.doc/
"
>
Player Guide
</
a
>
<
span
className=
"fa fa-arrow-right"
></
span
>
</
p
>
</
div
>
...
...
@@ -84,7 +84,12 @@ export default function JoinRoom() {
></
a
>
</
li
>
<
li
>
<
a
onClick=
{
()
=>
{}
}
className=
"link link-facebook"
></
a
>
<
a
href=
"https://mycard.moe/"
>
<
img
src=
"./assets/mycard.icon.png"
style=
{
{
width
:
"
25%
"
}
}
/>
</
a
>
</
li
>
<
li
>
<
a
className=
"fa-brands fa-discord"
></
a
>
</
li
>
</
ul
>
</
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