This commit is contained in:
Samuel Štancl 2019-10-02 21:05:32 +02:00 committed by GitHub
parent 8bb46b002f
commit cca69c17e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
dist/index.html vendored
View file

@ -6,7 +6,7 @@
<script async defer src="https://buttons.github.io/buttons.js"></script>
<link rel="stylesheet" href="tailwind.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet">
<title>stancl/tenancy &mdash; A Laravel multi-database tenancy package that respects your code.</title>
<title>stancl/tenancy &mdash; Automatic multi-tenancy for your Laravel app. No code changes needed.</title>
<meta name="description"
content="A Laravel multi-database tenancy package that respects your code. You won't have to change a thing in your application's code.">
</head>
@ -32,7 +32,7 @@
<div class="w-4/5 lg:w-3/5 mx-auto">
<div class="leading-relaxed lg:leading-loose text-center">
<h1 class="text-3xl font-bold">A Laravel multi-database tenancy package that respects your code.</h1>
<h1 class="text-3xl font-bold">Automatic multi-tenancy for your Laravel app.</h1>
<h2 class="text-2xl font-medium mt-3 lg:mt-1">You won't have to change a thing in your application's code.</h2>
</div>