File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -242,6 +242,10 @@ def iter_last(values: Iterable[T]) -> Iterable[Tuple[bool, T]]:
242
242
sponsor_message .add_column (style = "green" , justify = "right" )
243
243
sponsor_message .add_column (no_wrap = True )
244
244
245
+ sponsor_message .add_row (
246
+ "Textualize" ,
247
+ "[u blue link=https://github.com/textualize]https://github.com/textualize" ,
248
+ )
245
249
sponsor_message .add_row (
246
250
"Buy devs a :coffee:" ,
247
251
"[u blue link=https://ko-fi.com/textualize]https://ko-fi.com/textualize" ,
@@ -250,15 +254,12 @@ def iter_last(values: Iterable[T]) -> Iterable[Tuple[bool, T]]:
250
254
"Twitter" ,
251
255
"[u blue link=https://twitter.com/willmcgugan]https://twitter.com/willmcgugan" ,
252
256
)
253
- sponsor_message .add_row (
254
- "Blog" , "[u blue link=https://www.willmcgugan.com]https://www.willmcgugan.com"
255
- )
256
257
257
258
intro_message = Text .from_markup (
258
259
"""\
259
260
We hope you enjoy using Rich!
260
261
261
- Rich is maintained with :heart: by [link=https://www.textualize.io]Textualize.io[/]
262
+ Rich is maintained with [red] :heart:[/] by [link=https://www.textualize.io]Textualize.io[/]
262
263
263
264
- Will McGugan"""
264
265
)
You can’t perform that action at this time.
0 commit comments