Skip to content

Commit 1027ee6

Browse files
committed
Improve table icons
1 parent 421f261 commit 1027ee6

6 files changed

+18
-18
lines changed

Writerside/topics/language/comparison.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ General table across all type parsing capabilities
3232
<table style="header-row">
3333
<tr>
3434
<td>
35-
<icon src="typelang.svg" height="16"/>&nbsp;<a href="https://github.com/php-type-language">TypeLang</a>
35+
<icon src="typelang.svg" height="20"/>&nbsp;<a href="https://github.com/php-type-language">TypeLang</a>
3636
</td>
3737
<td>
38-
<icon src="psalm.png" height="16"/>&nbsp;<a href="https://github.com/vimeo/psalm">Psalm</a>
38+
<icon src="psalm.png" height="20"/>&nbsp;<a href="https://github.com/vimeo/psalm">Psalm</a>
3939
</td>
4040
<td>
41-
<icon src="phpstan.png" height="16"/>&nbsp;<a href="https://github.com/phpstan">PHPStan</a>
41+
<icon src="phpstan.png" height="20"/>&nbsp;<a href="https://github.com/phpstan">PHPStan</a>
4242
</td>
4343
</tr>
4444
<tr>

Writerside/topics/language/comparison/basic-types-comparison.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Below is a list of simple, logical and other common types.
66
<tr>
77
<td width="1"></td>
88
<td>
9-
<icon src="typelang.svg" height="16"/>&nbsp;<a href="https://github.com/php-type-language">TypeLang</a>
9+
<icon src="typelang.svg" height="20"/>&nbsp;<a href="https://github.com/php-type-language">TypeLang</a>
1010
</td>
1111
<td>
12-
<icon src="psalm.png" height="16"/>&nbsp;<a href="https://github.com/vimeo/psalm">Psalm</a>
12+
<icon src="psalm.png" height="20"/>&nbsp;<a href="https://github.com/vimeo/psalm">Psalm</a>
1313
</td>
1414
<td>
15-
<icon src="phpstan.png" height="16"/>&nbsp;<a href="https://github.com/phpstan">PHPStan</a>
15+
<icon src="phpstan.png" height="20"/>&nbsp;<a href="https://github.com/phpstan">PHPStan</a>
1616
</td>
1717
</tr>
1818
<tr>

Writerside/topics/language/comparison/callable-types-comparison.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Below is a list of grammar of callable (function) types.
66
<tr>
77
<td width="1"></td>
88
<td>
9-
<icon src="typelang.svg" height="16"/>&nbsp;<a href="https://github.com/php-type-language">TypeLang</a>
9+
<icon src="typelang.svg" height="20"/>&nbsp;<a href="https://github.com/php-type-language">TypeLang</a>
1010
</td>
1111
<td>
12-
<icon src="psalm.png" height="16"/>&nbsp;<a href="https://github.com/vimeo/psalm">Psalm</a>
12+
<icon src="psalm.png" height="20"/>&nbsp;<a href="https://github.com/vimeo/psalm">Psalm</a>
1313
</td>
1414
<td>
15-
<icon src="phpstan.png" height="16"/>&nbsp;<a href="https://github.com/phpstan">PHPStan</a>
15+
<icon src="phpstan.png" height="20"/>&nbsp;<a href="https://github.com/phpstan">PHPStan</a>
1616
</td>
1717
</tr>
1818
<tr>

Writerside/topics/language/comparison/conditional-types-comparison.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Below is a list of conditional types.
66
<tr>
77
<td width="1"></td>
88
<td>
9-
<icon src="typelang.svg" height="16"/>&nbsp;<a href="https://github.com/php-type-language">TypeLang</a>
9+
<icon src="typelang.svg" height="20"/>&nbsp;<a href="https://github.com/php-type-language">TypeLang</a>
1010
</td>
1111
<td>
12-
<icon src="psalm.png" height="16"/>&nbsp;<a href="https://github.com/vimeo/psalm">Psalm</a>
12+
<icon src="psalm.png" height="20"/>&nbsp;<a href="https://github.com/vimeo/psalm">Psalm</a>
1313
</td>
1414
<td>
15-
<icon src="phpstan.png" height="16"/>&nbsp;<a href="https://github.com/phpstan">PHPStan</a>
15+
<icon src="phpstan.png" height="20"/>&nbsp;<a href="https://github.com/phpstan">PHPStan</a>
1616
</td>
1717
</tr>
1818
<tr>

Writerside/topics/language/comparison/literal-types-comparison.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Below is a list of literal types/lexemes.
66
<tr>
77
<td width="1"></td>
88
<td>
9-
<icon src="typelang.svg" height="16"/>&nbsp;<a href="https://github.com/php-type-language">TypeLang</a>
9+
<icon src="typelang.svg" height="20"/>&nbsp;<a href="https://github.com/php-type-language">TypeLang</a>
1010
</td>
1111
<td>
12-
<icon src="psalm.png" height="16"/>&nbsp;<a href="https://github.com/vimeo/psalm">Psalm</a>
12+
<icon src="psalm.png" height="20"/>&nbsp;<a href="https://github.com/vimeo/psalm">Psalm</a>
1313
</td>
1414
<td>
15-
<icon src="phpstan.png" height="16"/>&nbsp;<a href="https://github.com/phpstan">PHPStan</a>
15+
<icon src="phpstan.png" height="20"/>&nbsp;<a href="https://github.com/phpstan">PHPStan</a>
1616
</td>
1717
</tr>
1818
<tr>

Writerside/topics/language/comparison/shape-types-comparison.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ Below is a list of grammar of shaped types.
77
<tr>
88
<td width="1"></td>
99
<td>
10-
<icon src="typelang.svg" height="16"/>&nbsp;<a href="https://github.com/php-type-language">TypeLang</a>
10+
<icon src="typelang.svg" height="20"/>&nbsp;<a href="https://github.com/php-type-language">TypeLang</a>
1111
</td>
1212
<td>
13-
<icon src="psalm.png" height="16"/>&nbsp;<a href="https://github.com/vimeo/psalm">Psalm</a>
13+
<icon src="psalm.png" height="20"/>&nbsp;<a href="https://github.com/vimeo/psalm">Psalm</a>
1414
</td>
1515
<td>
16-
<icon src="phpstan.png" height="16"/>&nbsp;<a href="https://github.com/phpstan">PHPStan</a>
16+
<icon src="phpstan.png" height="20"/>&nbsp;<a href="https://github.com/phpstan">PHPStan</a>
1717
</td>
1818
</tr>
1919
<tr>

0 commit comments

Comments
 (0)