Skip to content

Commit 80f942c

Browse files
committed
gh
1 parent b5ec4b0 commit 80f942c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Ask a question
4-
url: https://github.com/elegantengineeringtech/blade-kit/discussions/new?category=q-a
4+
url: https://github.com/ElegantEngineeringTech/blade-kit/discussions/new?category=q-a
55
about: Ask the community for help
66
- name: Request a feature
7-
url: https://github.com/elegantengineeringtech/blade-kit/discussions/new?category=ideas
7+
url: https://github.com/ElegantEngineeringTech/blade-kit/discussions/new?category=ideas
88
about: Share ideas for new features
99
- name: Report a security issue
10-
url: https://github.com/elegantengineeringtech/blade-kit/security/policy
10+
url: https://github.com/ElegantEngineeringTech/blade-kit/security/policy
1111
about: Learn how to notify us for sensitive bugs

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Laravel Blade UI Kit
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/elegantly/blade-kit.svg?style=flat-square)](https://packagist.org/packages/elegantly/blade-kit)
4-
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/elegantengineeringtech/blade-kit/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/elegantengineeringtech/blade-kit/actions?query=workflow%3Arun-tests+branch%3Amain)
5-
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/elegantengineeringtech/blade-kit/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/elegantengineeringtech/blade-kit/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
4+
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/ElegantEngineeringTech/blade-kit/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/ElegantEngineeringTech/blade-kit/actions?query=workflow%3Arun-tests+branch%3Amain)
5+
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/ElegantEngineeringTech/blade-kit/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/ElegantEngineeringTech/blade-kit/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
66
[![Total Downloads](https://img.shields.io/packagist/dt/elegantly/blade-kit.svg?style=flat-square)](https://packagist.org/packages/elegantly/blade-kit)
77

88
A simple UI kit for Laravel. Based on Tailwind and AlpineJS.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"blade",
88
"blade-kit"
99
],
10-
"homepage": "https://github.com/elegantengineeringtech/blade-kit",
10+
"homepage": "https://github.com/ElegantEngineeringTech/blade-kit",
1111
"license": "MIT",
1212
"authors": [
1313
{
@@ -95,4 +95,4 @@
9595
},
9696
"minimum-stability": "dev",
9797
"prefer-stable": true
98-
}
98+
}

0 commit comments

Comments
 (0)