mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 18:44:59 -05:00
minor changes to readme and tags
This commit is contained in:
parent
9aeaebde54
commit
3ef6a59582
12
README.md
12
README.md
@ -4,12 +4,12 @@ An open-source Minehut server viewer/finder made in React + Next.js. Is much bet
|
|||||||
|
|
||||||
## Tech-stack
|
## Tech-stack
|
||||||
|
|
||||||
[React](https://react.dev): Component based syntaxing for the web
|
[React](https://react.dev): Component based syntaxing for the web <br/>
|
||||||
[Next.js](https://nextjs.org): Handles API, server-based metadata, and so much more.
|
[Next.js](https://nextjs.org): Handles API, server-based metadata, and so much more.<br/>
|
||||||
[Clerk](https://clerk.com): Authentication for MHSF (very cool library)
|
[Clerk](https://clerk.com): Authentication for MHSF (very cool library) <br/>
|
||||||
[TailwindCSS](https://tailwindcss.com): Styling without CSS, simplified
|
[TailwindCSS](https://tailwindcss.com): Styling without CSS, simplified<br/>
|
||||||
[shadcn/ui](https://ui.shadcn.com): Provides the awesome UI for MHSF
|
[shadcn/ui](https://ui.shadcn.com): Provides the awesome UI for MHSF<br/>
|
||||||
And many other smaller libraries are in use to make sure MHSF is feature-packed.
|
And many other smaller libraries are in use to make sure MHSF is feature-packed.<br/>
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
|||||||
@ -91,7 +91,7 @@ export var allTags: Array<{
|
|||||||
},
|
},
|
||||||
tooltipDesc: "Is this server not directly hosted on Minehuts servers?",
|
tooltipDesc: "Is this server not directly hosted on Minehuts servers?",
|
||||||
htmlDocs:
|
htmlDocs:
|
||||||
"Is this server not directly hosted on Minehuts servers, most likely because the server runs on an multi-server network (like Velocity or Bungeecord)",
|
"This tag represents servers not directly hosted on Minehut's servers, most likely because the server runs on an multi-server network (like Velocity or Bungeecord)",
|
||||||
docsName: "External",
|
docsName: "External",
|
||||||
primary: true,
|
primary: true,
|
||||||
role: "red",
|
role: "red",
|
||||||
|
|||||||
@ -151,7 +151,6 @@ function createHTML(
|
|||||||
) {
|
) {
|
||||||
if (className == undefined) className = "";
|
if (className == undefined) className = "";
|
||||||
if (contents == undefined) contents = "";
|
if (contents == undefined) contents = "";
|
||||||
if (contents == "undefined") return "<br/>";
|
|
||||||
|
|
||||||
if (tw == false || tw == undefined) {
|
if (tw == false || tw == undefined) {
|
||||||
return (
|
return (
|
||||||
@ -181,6 +180,7 @@ type Element = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
function colorConvert(className: string) {
|
function colorConvert(className: string) {
|
||||||
|
console.log(className);
|
||||||
const classes = className.split(" ");
|
const classes = className.split(" ");
|
||||||
let result = "";
|
let result = "";
|
||||||
classes.forEach((classUnique) => {
|
classes.forEach((classUnique) => {
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user