|
36 | 36 | <meta name="title" content="<?= $config['BRAND_NAME'] ?> // Component Library"> |
37 | 37 | <meta name="description" content="An internal ecosystem of high-quality, copy-paste TailwindCSS components designed for MTEX projects. Built for speed, consistency, and dark-mode excellence."> |
38 | 38 | <meta name="keywords" content="TailwindCSS, UI Kit, Component Library, MTEX, Web Development, PHP, Design System"> |
39 | | - <meta name="author" content="MTEDdotDev"> |
| 39 | + <meta name="author" content="MTEXdotDev"> |
40 | 40 |
|
41 | 41 | <meta property="og:type" content="website"> |
42 | 42 | <meta property="og:url" content="https://tw.mtex.dev/"> |
43 | 43 | <meta property="og:title" content="<?= $config['BRAND_NAME'] ?> // Component Library"> |
44 | 44 | <meta property="og:description" content="Rapid UI development with the MTEX TailwindCSS component ecosystem."> |
45 | | - <meta property="og:image" content="https://github.com/MTEDdotDev.png"> |
| 45 | + <meta property="og:image" content="https://github.com/MTEXdotDev.png"> |
46 | 46 |
|
47 | 47 | <meta property="twitter:card" content="summary"> |
48 | 48 | <meta property="twitter:url" content="https://tw.mtex.dev/"> |
49 | 49 | <meta property="twitter:title" content="<?= $config['BRAND_NAME'] ?> // Component Library"> |
50 | 50 | <meta property="twitter:description" content="Rapid UI development with the MTEX TailwindCSS component ecosystem."> |
51 | | - <meta property="twitter:image" content="https://github.com/MTEDdotDev.png"> |
| 51 | + <meta property="twitter:image" content="https://github.com/MTEXdotDev.png"> |
52 | 52 |
|
53 | | - <link rel="icon" type="image/x-icon" href="https://github.com/MTEDdotDev.png"> |
54 | | - <link rel="apple-touch-icon" href="https://github.com/MTEDdotDev.png"> |
| 53 | + <link rel="icon" type="image/x-icon" href="https://github.com/MTEXdotDev.png"> |
| 54 | + <link rel="apple-touch-icon" href="https://github.com/MTEXdotDev.png"> |
55 | 55 | <meta name="theme-color" content="#020617"> |
56 | 56 | <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> |
57 | 57 |
|
|
0 commit comments