Skip to content

Commit

Permalink
change color
Browse files Browse the repository at this point in the history
  • Loading branch information
rustagir committed Jun 7, 2024
1 parent c052d89 commit 24a00a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified source/includes/php-frameworks/symfony/app_render.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion source/includes/php-frameworks/symfony/browse.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<h1>Search Restaurants</h1>
{% for restaurant in restaurants %}
<p>
<span style="color:green;"><b>Name: </b>{{ restaurant.name }}</span><br>
<span style="color:deeppink;"><b>Name: </b>{{ restaurant.name }}</span><br>
<b>Borough:</b> {{ restaurant.borough }}<br>
<b>Cuisine:</b> {{ restaurant.cuisine }}<br>
</p>
Expand Down

0 comments on commit 24a00a9

Please sign in to comment.