Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ const path = require('path');

module.exports = {
siteMetadata: {
title: 'CSS Generator by Zinglecode',
description: 'Generate CSS (+ HTML) code with simple UI, by Zinglecode',
title: 'CSS Generator by AlphaCodeHub',
description: 'Generate CSS (+ HTML) code with simple UI, by AlphaCode',
keywords: 'css, css-generator, react, gatsby, bulma',
author: 'Potchara Puttawanchai',
author: 'Shahroz Shahid',
siteUrl: 'https://css-generator.netlify.app',
},
plugins: [
Expand All @@ -15,7 +15,7 @@ module.exports = {
{
resolve: 'gatsby-plugin-manifest',
options: {
name: 'CSS Generator by Zinglecode',
name: 'CSS Generator by AlphaCode',
short_name: 'CSS Gen',
start_url: '/',
display: 'standalone',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"scripts": {
"develop": "gatsby develop --port 8100",
"develop-0000": "gatsby develop --host 0.0.0.0 --port 8100",
"start": "gatsby develop --port 8100",
"start": "develogatsby p --port 8100",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
Expand Down
4 changes: 2 additions & 2 deletions src/components/_AppNavLeftbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ function _AppNavLeftbar() {
</div>
<div>
<h1 className="title is-6">CSS Generator</h1>
<h3 className="subtitle is-7">by Zinglecode</h3>
<h3 className="subtitle is-7">by AlphaCodeHub</h3>
</div>
</Link>
{groupElements}
<p class="is-size-7 mb-4 mx-4">© Copyright 2023 Zinglecode.</p>
<p class="is-size-7 mb-4 mx-4">© Copyright 2023 AlphaCodeHub.</p>
</nav>
);
}
Expand Down