mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 17:54: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
|
||||
|
||||
[React](https://react.dev): Component based syntaxing for the web
|
||||
[Next.js](https://nextjs.org): Handles API, server-based metadata, and so much more.
|
||||
[Clerk](https://clerk.com): Authentication for MHSF (very cool library)
|
||||
[TailwindCSS](https://tailwindcss.com): Styling without CSS, simplified
|
||||
[shadcn/ui](https://ui.shadcn.com): Provides the awesome UI for MHSF
|
||||
And many other smaller libraries are in use to make sure MHSF is feature-packed.
|
||||
[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.<br/>
|
||||
[Clerk](https://clerk.com): Authentication for MHSF (very cool library) <br/>
|
||||
[TailwindCSS](https://tailwindcss.com): Styling without CSS, simplified<br/>
|
||||
[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.<br/>
|
||||
|
||||
## Contributing
|
||||
|
||||
|
||||
@ -91,7 +91,7 @@ export var allTags: Array<{
|
||||
},
|
||||
tooltipDesc: "Is this server not directly hosted on Minehuts servers?",
|
||||
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",
|
||||
primary: true,
|
||||
role: "red",
|
||||
|
||||
@ -151,7 +151,6 @@ function createHTML(
|
||||
) {
|
||||
if (className == undefined) className = "";
|
||||
if (contents == undefined) contents = "";
|
||||
if (contents == "undefined") return "<br/>";
|
||||
|
||||
if (tw == false || tw == undefined) {
|
||||
return (
|
||||
@ -181,6 +180,7 @@ type Element = {
|
||||
};
|
||||
|
||||
function colorConvert(className: string) {
|
||||
console.log(className);
|
||||
const classes = className.split(" ");
|
||||
let result = "";
|
||||
classes.forEach((classUnique) => {
|
||||
|
||||
@ -1 +0,0 @@
|
||||
|
||||
Loading…
Reference in New Issue
Block a user