Skip to content

Commit 47e83e1

Browse files
committed
blurb
1 parent fcd684d commit 47e83e1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

rich/__main__.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,10 @@ def iter_last(values: Iterable[T]) -> Iterable[Tuple[bool, T]]:
242242
sponsor_message.add_column(style="green", justify="right")
243243
sponsor_message.add_column(no_wrap=True)
244244

245+
sponsor_message.add_row(
246+
"Textualize",
247+
"[u blue link=https://github.com/textualize]https://github.com/textualize",
248+
)
245249
sponsor_message.add_row(
246250
"Buy devs a :coffee:",
247251
"[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]]:
250254
"Twitter",
251255
"[u blue link=https://twitter.com/willmcgugan]https://twitter.com/willmcgugan",
252256
)
253-
sponsor_message.add_row(
254-
"Blog", "[u blue link=https://www.willmcgugan.com]https://www.willmcgugan.com"
255-
)
256257

257258
intro_message = Text.from_markup(
258259
"""\
259260
We hope you enjoy using Rich!
260261
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[/]
262263
263264
- Will McGugan"""
264265
)

0 commit comments

Comments
 (0)