style : update style
Deskripsi: - update api division - update layout - update global - update auth - update division - update home - update task No Issue
This commit is contained in:
10
src/module/_global/layout/no_zoom.tsx
Normal file
10
src/module/_global/layout/no_zoom.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
// components/NoZoom.js
|
||||
import Head from 'next/head';
|
||||
|
||||
export default function NoZoom() {
|
||||
return (
|
||||
<Head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||
</Head>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user