kaxil commented on code in PR #49518:
URL: https://github.com/apache/airflow/pull/49518#discussion_r2052892782


##########
README.md:
##########
@@ -230,27 +230,31 @@ following the ASF Policy.
 
 - **DAGs**: Overview of all DAGs in your environment.
 
-  
![DAGs](https://raw.githubusercontent.com/apache/airflow/main/airflow-core/docs/img/dags.png)
+  
![DAGs](https://raw.githubusercontent.com/apache/airflow/main/airflow-core/docs/img/ui-dark/dags.png)
+
+- **Assets**: Overview of Assets with dependencies.
+
+  ![Asset 
Dependencies](https://raw.githubusercontent.com/apache/airflow/main/airflow-core/docs/img/ui-dark/assets_graph.png)
 
 - **Grid**: Grid representation of a DAG that spans across time.
 
-  
![Grid](https://raw.githubusercontent.com/apache/airflow/main/airflow-core/docs/img/grid.png)
+  
![Grid](https://raw.githubusercontent.com/apache/airflow/main/airflow-core/docs/img/ui-dark/grid.png)
 
 - **Graph**: Visualization of a DAG's dependencies and their current status 
for a specific run.
 
-  
![Graph](https://raw.githubusercontent.com/apache/airflow/main/airflow-core/docs/img/graph.png)
+  
![Graph](https://raw.githubusercontent.com/apache/airflow/main/airflow-core/docs/img/ui-dark/graph.png)
 
 - **Home**: Summary statistics of your Airflow environment.
 
-  
![Home](https://raw.githubusercontent.com/apache/airflow/main/airflow-core/docs/img/home.png)
+  
![Home](https://raw.githubusercontent.com/apache/airflow/main/airflow-core/docs/img/ui-dark/home.png)
 
 - **Backfill**: Backfilling a DAG for a specific date range.
 
-  
![Backfill](https://raw.githubusercontent.com/apache/airflow/main/airflow-core/docs/img/backfill.png)
+  
![Backfill](https://raw.githubusercontent.com/apache/airflow/main/airflow-core/docs/img/ui-dark/backfill.png)
 
 - **Code**: Quick way to view source code of a DAG.
 
-  
![Code](https://raw.githubusercontent.com/apache/airflow/main/airflow-core/docs/img/code.png)
+  
![Code](https://raw.githubusercontent.com/apache/airflow/main/airflow-core/docs/img/ui-dark/code.png)

Review Comment:
   I am good with those as long as supporting text (wherever applicable) is 
also correct :) 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to