Skip to content

Commit

Permalink
Update descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mskian committed Dec 6, 2023
1 parent 405f286 commit c4cd32c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Tamil SMS

![build-test](https://github.com/mskian/next-tamil-sms/workflows/build-test/badge.svg)
[![build-test](https://github.com/sanwebinfo/next-tamil-sms/actions/workflows/build.yml/badge.svg)](https://github.com/sanwebinfo/next-tamil-sms/actions/workflows/build.yml) [![vercel-deploy](https://github.com/sanwebinfo/next-tamil-sms/actions/workflows/deploy.yml/badge.svg)](https://github.com/sanwebinfo/next-tamil-sms/actions/workflows/deploy.yml)

Random Tamil Kavithai Collections - Tamil SMS Blog and kavithai index Database.
Random Tamil Kavithai Collections - Tamil SMS kavithai and Kadhal kavithai index Database.

> Tamil Kavithai index Database - kavithai and kadhal kavithai.
> Tamil Kavithai index Database - kavithai and kadhal kavithai Collections.
⚛ React + Next JS | 🌩 Vercel
⚛ React + Next JS |📱PWA | 🌩 Vercel

## Features 🍔

- React + Next JS
- Tailwind CSS
- Power Packed with React and Next Modules
- Next JS API Router for fetch Kavithai data
- Next JS API Router for fetching Kavithai data
- PWA Support
- Vercel Cache

Expand Down Expand Up @@ -45,10 +45,6 @@ yarn build
yarn start
```

## Contributing 🙌

Your PR's are Welcome

## LICENSE ☑

MIT
2 changes: 1 addition & 1 deletion app/kadhal/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const BalooThambi = Baloo_Thambi_2({
export const metadata = {
title: "Tamil SMS kadhal Kavithai - Kavithai index database",
description:
"Random Tamil Kavithai Collections - Tamil SMS Blog and kavithai index Database.",
"Random Tamil Kavithai Collections - Tamil SMS kavithai and Kadhal kavithai index Database.",
}

export default function RootLayout({ children }) {
Expand Down
2 changes: 1 addition & 1 deletion app/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const BalooThambi = Baloo_Thambi_2({
export const metadata = {
title: "Tamil SMS - Kavithai index database",
description:
"Random Tamil Kavithai Collections - Tamil SMS Blog and kavithai index Database.",
"Random Tamil Kavithai Collections - Tamil SMS kavithai and Kadhal kavithai index Database.",
}

export default function RootLayout({ children }) {
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Tamil SMS",
"short_name": "Tamil SMS",
"description": "Random Tamil Kavithai Collections - Tamil SMS Blog and kavithai index Database.",
"description": "Random Tamil Kavithai Collections - Tamil SMS kavithai and Kadhal kavithai index Database.",
"icons": [
{
"src": "/icons/192.png",
Expand Down

0 comments on commit c4cd32c

Please sign in to comment.