Skip to content

Commit b4194a0

Browse files
Merge PR #10
[FIX] MTED -> MTEX
2 parents 1fefce8 + 9392ba3 commit b4194a0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

33
return [
4-
'APP_VERSION' => '1.5.6',
4+
'APP_VERSION' => '1.5.7',
55
'BRAND_NAME' => 'mtex.dev',
66
];

index.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,22 @@
3636
<meta name="title" content="<?= $config['BRAND_NAME'] ?> // Component Library">
3737
<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.">
3838
<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">
4040

4141
<meta property="og:type" content="website">
4242
<meta property="og:url" content="https://tw.mtex.dev/">
4343
<meta property="og:title" content="<?= $config['BRAND_NAME'] ?> // Component Library">
4444
<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">
4646

4747
<meta property="twitter:card" content="summary">
4848
<meta property="twitter:url" content="https://tw.mtex.dev/">
4949
<meta property="twitter:title" content="<?= $config['BRAND_NAME'] ?> // Component Library">
5050
<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">
5252

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">
5555
<meta name="theme-color" content="#020617">
5656
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
5757

0 commit comments

Comments
 (0)