fixed typo and removed whitespaces

This commit is contained in:
Roosevelt
2021-07-27 21:52:16 -05:00
parent 6c2956ba5e
commit f6e5c9bc87
4 changed files with 19 additions and 19 deletions

View File

@@ -70,7 +70,7 @@
export default {
data() {
return {
name: 'Login with Socail Media Links',
name: 'Login with Social Media Links',
code: `
<div class="w-full max-w-sm p-6 m-auto bg-white rounded-md shadow-md dark:bg-gray-800">
<h1 class="text-3xl font-semibold text-center text-gray-700 dark:text-white">Brand</h1>
@@ -136,4 +136,4 @@
}
}
}
</script>
</script>